Showing
3 changed files
with
23 additions
and
0 deletions
README.MD
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed. Click to expand it.
package.json
0 → 100644
| 1 | +{ | ||
| 2 | + "name": "ospj", | ||
| 3 | + "version": "1.0.0", | ||
| 4 | + "description": "nodejs project for OS", | ||
| 5 | + "main": "index.js", | ||
| 6 | + "scripts": { | ||
| 7 | + "start": "echo \"Error: no test specified\" && exit 1" | ||
| 8 | + }, | ||
| 9 | + "author": "", | ||
| 10 | + "license": "ISC", | ||
| 11 | + "dependencies": { | ||
| 12 | + "express": "^4.18.1" | ||
| 13 | + } | ||
| 14 | +} |
-
Please register or login to post a comment