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