-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "cli-test",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "yarn run barrels && tsc --project tsconfig.compile.json",
"barrels": "barrelsby --config .barrelsby.json",
"start": "tsnd --inspect --exit-child --cls --ignore-watch node_modules --respawn --transpile-only src/index.ts",
"start:prod": "cross-env NODE_ENV=production node dist/index.js",
"stripe:forward": "stripe listen --forward-to localhost:8083/rest/webhooks/callback",
"stripe:trigger": "stripe trigger payment_intent.succeeded"
},
"dependencies": {
"@tsed/ajv": "^7.34.6",
"@tsed/common": "^7.34.6",
"@tsed/core": "^7.34.6",
"@tsed/di": "^7.34.6",
"@tsed/engines": "^7.34.6",
"@tsed/exceptions": "^7.34.6",
"@tsed/json-mapper": "^7.34.6",
"@tsed/logger": "^6.6.2",
"@tsed/logger-file": "^6.6.2",
"@tsed/openspec": "^7.34.6",
"@tsed/platform-cache": "^7.34.6",
"@tsed/platform-exceptions": "^7.34.6",
"@tsed/platform-express": "^7.34.6",
"@tsed/platform-log-middleware": "^7.34.6",
"@tsed/platform-middlewares": "^7.34.6",
"@tsed/platform-params": "^7.34.6",
"@tsed/platform-response-filter": "^7.34.6",
"@tsed/platform-views": "^7.34.6",
"@tsed/schema": "^7.34.6",
"@tsed/stripe": "7.34.6",
"@tsed/swagger": "^7.34.6",
"ajv": "^8.12.0",
"barrelsby": "^2.8.0",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"dotenv-flow": "^3.3.0",
"express": "^4.18.2",
"koa": "^2.14.2",
"koa-bodyparser": "4.4.1",
"method-override": "^3.0.0",
"stripe": "13.3.0"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/dotenv-flow": "^3.3.0",
"@types/express": "^4.17.17",
"@types/method-override": "^0.0.32",
"@types/multer": "^1.4.7",
"@types/node": "^20.5.7",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"tsed": {
"convention": "conv_default",
"architecture": "arc_default",
"packageManager": "yarn_berry"
},
"packageManager": "yarn@3.6.3"
}