tsapi3/package.json

17 lines
310 B
JSON
Raw Normal View History

2018-05-24 16:22:31 -04: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",
2019-09-14 14:38:38 -04:00
"dependencies": {
2018-05-24 16:22:31 -04:00
"mysql": "^2.14.1",
"restify": "^5.2.0"
}
}