[ADD] api init
Showing
package-lock.json
0 → 100644
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| "description": "Nodejs教學分享", | "description": "Nodejs教學分享", | ||
| "main": "index.js", | "main": "index.js", | ||
| "scripts": { | "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | "start": "node index.js" | ||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -12,5 +12,8 @@ | ... | @@ -12,5 +12,8 @@ |
| }, | }, | ||
| "keywords": [], | "keywords": [], | ||
| "author": "", | "author": "", | ||
| "license": "ISC" | "license": "ISC", | ||
| "dependencies": { | |||
| "express": "^4.18.1" | |||
| } | |||
| } | } |
Please register or sign in to comment