17 lines
301 B
JSON
17 lines
301 B
JSON
|
{
|
||
|
"name": "project",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"description": "",
|
||
|
"dependencies": {
|
||
|
"express": "^4.19.2",
|
||
|
"nodemon": "^3.1.0",
|
||
|
"swipl": "^1.0.6"
|
||
|
}
|
||
|
}
|