roost/node/package.json

15 lines
255 B
JSON

{
"name": "node-roost",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"mysql2": "^3.16.0"
}
}