tsapi3/package.json

17 lines
310 B
JSON
Raw Permalink Normal View History

2024-11-25 12:51:41 -05:00
{
"name": "nodejs-restapi-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"mysql": "^2.14.1",
"restify": "^5.2.0"
}
}