You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
381 B
22 lines
381 B
![]()
1 year ago
|
{
|
||
|
"name": "cadastre",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "node index.js",
|
||
|
"dev": "nodemon index.js"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"express": "^4.17.1",
|
||
|
"socket.io": "^4.1.2",
|
||
|
"spatialite": "^0.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"nodemon": "^2.0.7"
|
||
|
}
|
||
|
}
|