CSE505/Project/package.json

16 lines
247 B
JSON
Raw Normal View History

2024-04-17 18:32:38 -04:00
{
"name": "project",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
2024-04-17 18:32:38 -04:00
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.19.2",
"swipl": "^1.0.6"
}
}