Files
notes_estom/JavaScript/NodeJS/demo/package.json
2020-07-21 09:13:01 +08:00

15 lines
240 B
JSON

{
"name": "first",
"version": "1.0.0",
"description": "hello",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hello"
],
"author": "ykl",
"license": "ISC"
}