17 lines
302 B
JSON
17 lines
302 B
JSON
{
|
|
"name": "notes-app",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^2.4.1",
|
|
"validator": "^10.8.0",
|
|
"yargs": "^12.0.5"
|
|
}
|
|
}
|