1234567891011121314151617181920212223 |
- {
- "name": "situationexpress",
- "version": "0.0.0",
- "private": true,
- "bin":"./bin/www",
- "scripts": {
- "start": "node ./bin/www",
- "pkg": "pkg . -t node16-win-x64 -o app"
- },
- "dependencies": {
- "body-parser": "^1.20.2",
- "cookie-parser": "~1.4.4",
- "debug": "~2.6.9",
- "express": "~4.16.1",
- "http-errors": "~1.6.3",
- "imageinfo": "^1.0.4",
- "jade": "~1.11.0",
- "morgan": "~1.9.1"
- },
- "pkg":{
- "assets":["public/**/*","views/**/*"]
- }
- }
|