mirror of
https://github.com/Estom/notes.git
synced 2026-02-09 21:36:58 +08:00
JavaScript&nodejs
This commit is contained in:
14
JavaScript/NodeJS/demo/package.json
Normal file
14
JavaScript/NodeJS/demo/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user