-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.51 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
{
"name": "valor-nestjs-stripe",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "npm run build:app && npm run run:app",
"build": "npm run nx run stripe:build",
"test": "nx test",
"build:app": "npm run nx run nest-stripe-test:build",
"run:app": "node dist/apps/nest-stripe-test/main.js",
"publish": "cd dist/libs/stripe && npm publish --access=public"
},
"private": true,
"dependencies": {
"@nestjs/common": "9.4.0",
"@nestjs/core": "9.4.0",
"@nestjs/passport": "9.0.3",
"@nestjs/platform-express": "9.4.0",
"@nestjs/swagger": "6.3.0",
"@nrwl/webpack": "16.0.3",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"hbs": "4.2.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
"stripe": "12.3.0",
"tslib": "2.5.0"
},
"devDependencies": {
"@nestjs/schematics": "9.1.0",
"@nestjs/testing": "9.4.0",
"@nrwl/cli": "15.9.3",
"@nrwl/eslint-plugin-nx": "16.0.3",
"@nrwl/jest": "16.0.3",
"@nrwl/linter": "16.0.3",
"@nrwl/nest": "16.0.3",
"@nrwl/node": "16.0.3",
"@nrwl/workspace": "16.0.3",
"@types/express": "4.17.17",
"@types/jest": "29.5.1",
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"dotenv": "16.0.3",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"jest": "29.5.0",
"nx": "16.0.3",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
}
}