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.
23 lines
433 B
23 lines
433 B
{ |
|
"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", |
|
"vue": "^2.6.14" |
|
}, |
|
"devDependencies": { |
|
"body-parser": "^1.19.0", |
|
"nodemon": "^2.0.7" |
|
} |
|
}
|
|
|