Files
Project/traxer_api/package.json
2025-11-12 18:55:49 -07:00

20 lines
384 B
JSON

{
"name": "traxer_api",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://git.nathanspackman.com/PRO150-Group/Project"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^5.1.0"
}
}