[READ-ONLY] Mirror of https://github.com/shuuji3/express-sample. Sample project of Express.js
0

Configure Feed

Select the types of activity you want to include in your feed.

express-sample / package.json
315 B 16 lines
1{ 2 "name": "express-sample", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "dependencies": { 7 "express": "^4.17.1" 8 }, 9 "devDependencies": {}, 10 "scripts": { 11 "start": "node index.js", 12 "test": "echo \"Error: no test specified\" && exit 1" 13 }, 14 "author": "", 15 "license": "ISC" 16}