udemy-node-notes/package.json

17 lines
300 B
JSON

{
"name": "notes",
"version": "0.0.1",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Tyrel Souza",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.4",
"yargs": "^4.7.1"
}
}