|
9 | 9 | "test": "jest", |
10 | 10 | "tsc": "tsc", |
11 | 11 | "start:dev": "tsc-watch --onSuccess \"node ./dist/app.dev.js --jovo-webhook\" --noClear", |
12 | | - "bundle": "esbuild --bundle --outfile=bundle/index.js --sourcemap --minify --keep-names --platform=node --target=node14 --format=cjs --external:aws-sdk --external:@oclif/* --external:@jovotech/cli*", |
| 12 | + "bundle": "node ./jovo.build.js", |
13 | 13 | "prebundle": "rimraf bundle", |
14 | 14 | "postbundle": "cd bundle && bestzip ../bundle.zip * && cd ..", |
15 | 15 | "bundle:dev": "npm run bundle -- src/app.dev.ts", |
16 | 16 | "eslint": "eslint src test --fix --ext .ts" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@jovotech/db-filedb": "^4.0.0", |
20 | | - "@jovotech/framework": "^4.0.0", |
21 | | - "@jovotech/plugin-debugger": "^4.0.0", |
22 | | - "@jovotech/server-express": "^4.0.0", |
23 | | - "source-map-support": "^0.5.19" |
| 19 | + "@jovotech/db-filedb": "^4.5.0", |
| 20 | + "@jovotech/framework": "^4.5.0", |
| 21 | + "@jovotech/plugin-debugger": "^4.5.0", |
| 22 | + "@jovotech/server-express": "^4.5.0", |
| 23 | + "source-map-support": "^0.5.19", |
| 24 | + "tslib": "^2.4.1" |
24 | 25 | }, |
25 | 26 | "devDependencies": { |
| 27 | + "@anatine/esbuild-decorators": "^0.2.19", |
26 | 28 | "@jovotech/cli-core": "^4.0.0", |
27 | 29 | "@types/express": "^4.17.11", |
28 | 30 | "@types/jest": "^27.0.2", |
|
0 commit comments