-
-
Notifications
You must be signed in to change notification settings - Fork 137
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 4.15 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 4.15 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "nestjs-i18n",
"version": "10.6.1",
"homepage": "https://nestjs-i18n.com",
"description": "The i18n module for Nest.",
"author": "Toon van Strijp",
"license": "MIT",
"engines": {
"node": ">=18"
},
"keywords": [
"nestjs",
"i18n",
"internationalization",
"internationalisation",
"internationalize",
"internationalise",
"international",
"internationalize",
"locale"
],
"repository": {
"type": "git",
"url": "https://github.com/ToonvanStrijp/nestjs-i18n"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepare": "npm run build",
"build": "npm run build:lib",
"build:lib": "npx rimraf dist && tsc -p tsconfig.build.json",
"prerelease": "npm run build && bumpp",
"release": "npm publish --access public",
"prerelease:next": "npm run build",
"release:next": "npm publish --access public --tag next",
"format": "prettier --write **/*.ts",
"format:check": "prettier --check **/*.ts",
"test": "jest --config ./tests/jest-test.json",
"test:cov": "jest --config ./tests/jest-test.json --coverage",
"test:watch": "jest --config ./tests/jest-test.json --watch",
"coveralls": "npm run test:cov && cat ./coverage/lcov.info | coveralls",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"docusaurus": "docusaurus",
"doc:start": "docusaurus start",
"doc:build": "docusaurus build",
"doc:swizzle": "docusaurus swizzle",
"doc:deploy": "docusaurus deploy",
"doc:clear": "docusaurus clear",
"doc:serve": "docusaurus serve",
"doc:write-translations": "docusaurus write-translations",
"doc:write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc",
"verify": "npm run format:check && npm run lint && npm run test:cov"
},
"devDependencies": {
"@apollo/client": "^3.13.8",
"@as-integrations/express5": "^1.1.2",
"@docusaurus/core": "^2.4.3",
"@docusaurus/module-type-aliases": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@fastify/view": "^11.1.1",
"@grpc/grpc-js": "^1.6.7",
"@grpc/proto-loader": "^0.7.4",
"@nestjs/apollo": "^13.1.0",
"@nestjs/common": "^11.1.9",
"@nestjs/core": "^11.1.9",
"@nestjs/graphql": "^13.1.0",
"@nestjs/microservices": "^11.1.9",
"@nestjs/platform-express": "^11.1.9",
"@nestjs/platform-fastify": "^11.1.9",
"@nestjs/testing": "^11.1.9",
"@tsconfig/docusaurus": "^2.0.1",
"@types/accept-language-parser": "^1.5.3",
"@types/cookie": "^0.5.2",
"@types/hbs": "^4.0.2",
"@types/jest": "^29.5.5",
"@types/js-yaml": "^4.0.6",
"@types/node": "^20.6.3",
"@types/string-format": "^2.0.0",
"@types/supertest": "^2.0.12",
"@types/validator": "^13.11.1",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"bumpp": "^9.2.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"docusaurus-plugin-typedoc": "^0.20.1",
"ejs": "^3.1.9",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"graphql-subscriptions": "^3.0.0",
"graphql-tag": "^2.12.6",
"handlebars": "^4.7.8",
"hbs": "^4.2.0",
"jest": "^29.7.0",
"pug": "^3.0.2",
"reflect-metadata": "^0.1.13",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.1",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^4.8.3"
},
"dependencies": {
"accept-language-parser": "^1.5.0",
"chokidar": "^3.6.0",
"cookie": "^0.7.0",
"iterare": "^1.2.1",
"js-yaml": "^4.1.0",
"string-format": "^2.0.0"
},
"peerDependencies": {
"@nestjs/common": "*",
"@nestjs/core": "*",
"class-validator": "*",
"rxjs": "*"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}