Update package.json
Browse files- package.json +77 -77
package.json
CHANGED
@@ -1,78 +1,78 @@
|
|
1 |
-
{
|
2 |
-
"name": "property",
|
3 |
-
"version": "0.0.1",
|
4 |
-
"description": "",
|
5 |
-
"author": "",
|
6 |
-
"private": true,
|
7 |
-
"license": "UNLICENSED",
|
8 |
-
"scripts": {
|
9 |
-
"build": "
|
10 |
-
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
11 |
-
"start": "
|
12 |
-
"start:dev": "nest start --watch",
|
13 |
-
"start:debug": "nest start --debug --watch",
|
14 |
-
"start:prod": "node dist/main",
|
15 |
-
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
16 |
-
"test": "jest",
|
17 |
-
"test:watch": "jest --watch",
|
18 |
-
"@nestjs/common": "^10.0.0",
|
19 |
-
"@nestjs/core": "^10.0.0",
|
20 |
-
"@nestjs/jwt": "^10.2.0",
|
21 |
-
"@nestjs/passport": "^10.0.3",
|
22 |
-
"@nestjs/platform-express": "^10.0.0",
|
23 |
-
"bcrypt": "^5.1.1",
|
24 |
-
"body-parser": "^1.20.2",
|
25 |
-
"class-transformer": "^0.5.1",
|
26 |
-
"class-validator": "^0.14.1",
|
27 |
-
"cors": "^2.8.5",
|
28 |
-
"i18n-ts": "^1.0.5",
|
29 |
-
"jwt-decode": "^4.0.0",
|
30 |
-
"mongoose": "^8.6.0",
|
31 |
-
"passport-custom": "^1.1.1",
|
32 |
-
"passport-jwt": "^4.0.1",
|
33 |
-
"passport-local": "^1.0.0",
|
34 |
-
"reflect-metadata": "^0.2.0",
|
35 |
-
"rxjs": "^7.8.1",
|
36 |
-
"uuid": "^10.0.0"
|
37 |
-
},
|
38 |
-
"devDependencies": {
|
39 |
-
"@nestjs/cli": "^10.0.0",
|
40 |
-
"@nestjs/schematics": "^10.0.0",
|
41 |
-
"@nestjs/testing": "^10.0.0",
|
42 |
-
"@types/express": "^4.17.17",
|
43 |
-
"@types/jest": "^29.5.2",
|
44 |
-
"@types/node": "^20.3.1",
|
45 |
-
"@types/supertest": "^6.0.0",
|
46 |
-
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
47 |
-
"@typescript-eslint/parser": "^8.0.0",
|
48 |
-
"eslint": "^8.42.0",
|
49 |
-
"eslint-config-prettier": "^9.0.0",
|
50 |
-
"eslint-plugin-prettier": "^5.0.0",
|
51 |
-
"jest": "^29.5.0",
|
52 |
-
"prettier": "^3.0.0",
|
53 |
-
"source-map-support": "^0.5.21",
|
54 |
-
"supertest": "^7.0.0",
|
55 |
-
"ts-jest": "^29.1.0",
|
56 |
-
"ts-loader": "^9.4.3",
|
57 |
-
"ts-node": "^10.9.1",
|
58 |
-
"tsconfig-paths": "^4.2.0",
|
59 |
-
"typescript": "^5.1.3"
|
60 |
-
},
|
61 |
-
"jest": {
|
62 |
-
"moduleFileExtensions": [
|
63 |
-
"js",
|
64 |
-
"json",
|
65 |
-
"ts"
|
66 |
-
],
|
67 |
-
"rootDir": "src",
|
68 |
-
"testRegex": ".*\\.spec\\.ts$",
|
69 |
-
"transform": {
|
70 |
-
"^.+\\.(t|j)s$": "ts-jest"
|
71 |
-
},
|
72 |
-
"collectCoverageFrom": [
|
73 |
-
"**/*.(t|j)s"
|
74 |
-
],
|
75 |
-
"coverageDirectory": "../coverage",
|
76 |
-
"testEnvironment": "node"
|
77 |
-
}
|
78 |
}
|
|
|
1 |
+
{
|
2 |
+
"name": "property",
|
3 |
+
"version": "0.0.1",
|
4 |
+
"description": "",
|
5 |
+
"author": "",
|
6 |
+
"private": true,
|
7 |
+
"license": "UNLICENSED",
|
8 |
+
"scripts": {
|
9 |
+
"build": "nest build",
|
10 |
+
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
11 |
+
"start": "node dist/main",
|
12 |
+
"start:dev": "nest start --watch",
|
13 |
+
"start:debug": "nest start --debug --watch",
|
14 |
+
"start:prod": "node dist/main",
|
15 |
+
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
16 |
+
"test": "jest",
|
17 |
+
"test:watch": "jest --watch",
|
18 |
+
"@nestjs/common": "^10.0.0",
|
19 |
+
"@nestjs/core": "^10.0.0",
|
20 |
+
"@nestjs/jwt": "^10.2.0",
|
21 |
+
"@nestjs/passport": "^10.0.3",
|
22 |
+
"@nestjs/platform-express": "^10.0.0",
|
23 |
+
"bcrypt": "^5.1.1",
|
24 |
+
"body-parser": "^1.20.2",
|
25 |
+
"class-transformer": "^0.5.1",
|
26 |
+
"class-validator": "^0.14.1",
|
27 |
+
"cors": "^2.8.5",
|
28 |
+
"i18n-ts": "^1.0.5",
|
29 |
+
"jwt-decode": "^4.0.0",
|
30 |
+
"mongoose": "^8.6.0",
|
31 |
+
"passport-custom": "^1.1.1",
|
32 |
+
"passport-jwt": "^4.0.1",
|
33 |
+
"passport-local": "^1.0.0",
|
34 |
+
"reflect-metadata": "^0.2.0",
|
35 |
+
"rxjs": "^7.8.1",
|
36 |
+
"uuid": "^10.0.0"
|
37 |
+
},
|
38 |
+
"devDependencies": {
|
39 |
+
"@nestjs/cli": "^10.0.0",
|
40 |
+
"@nestjs/schematics": "^10.0.0",
|
41 |
+
"@nestjs/testing": "^10.0.0",
|
42 |
+
"@types/express": "^4.17.17",
|
43 |
+
"@types/jest": "^29.5.2",
|
44 |
+
"@types/node": "^20.3.1",
|
45 |
+
"@types/supertest": "^6.0.0",
|
46 |
+
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
47 |
+
"@typescript-eslint/parser": "^8.0.0",
|
48 |
+
"eslint": "^8.42.0",
|
49 |
+
"eslint-config-prettier": "^9.0.0",
|
50 |
+
"eslint-plugin-prettier": "^5.0.0",
|
51 |
+
"jest": "^29.5.0",
|
52 |
+
"prettier": "^3.0.0",
|
53 |
+
"source-map-support": "^0.5.21",
|
54 |
+
"supertest": "^7.0.0",
|
55 |
+
"ts-jest": "^29.1.0",
|
56 |
+
"ts-loader": "^9.4.3",
|
57 |
+
"ts-node": "^10.9.1",
|
58 |
+
"tsconfig-paths": "^4.2.0",
|
59 |
+
"typescript": "^5.1.3"
|
60 |
+
},
|
61 |
+
"jest": {
|
62 |
+
"moduleFileExtensions": [
|
63 |
+
"js",
|
64 |
+
"json",
|
65 |
+
"ts"
|
66 |
+
],
|
67 |
+
"rootDir": "src",
|
68 |
+
"testRegex": ".*\\.spec\\.ts$",
|
69 |
+
"transform": {
|
70 |
+
"^.+\\.(t|j)s$": "ts-jest"
|
71 |
+
},
|
72 |
+
"collectCoverageFrom": [
|
73 |
+
"**/*.(t|j)s"
|
74 |
+
],
|
75 |
+
"coverageDirectory": "../coverage",
|
76 |
+
"testEnvironment": "node"
|
77 |
+
}
|
78 |
}
|