Showing
3 changed files
with
0 additions
and
21 deletions
This diff is collapsed. Click to expand it.
package-lock.json
deleted
100644 → 0
This diff is collapsed. Click to expand it.
package.json
deleted
100644 → 0
1 | -{ | ||
2 | - "name": "example", | ||
3 | - "version": "1.0.0", | ||
4 | - "description": "", | ||
5 | - "main": "index.js", | ||
6 | - "scripts": { | ||
7 | - "start": "node index.js", | ||
8 | - "test": "echo \"Error: no test specified\" && exit 1" | ||
9 | - }, | ||
10 | - "author": "", | ||
11 | - "license": "ISC", | ||
12 | - "engines": { | ||
13 | - "node": "16.14.2", | ||
14 | - "npm": "8.5.0" | ||
15 | - }, | ||
16 | - "dependencies": { | ||
17 | - "body-parser": "^1.20.0", | ||
18 | - "express": "^4.18.1", | ||
19 | - "morgan": "^1.10.0" | ||
20 | - } | ||
21 | -} |
-
Please register or login to post a comment