-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 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
{
"name": "express-query-adapter",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"postinstall": "npx tsc -p ./packages/express-query-adapter/tsconfig.lib.json"
},
"private": true,
"dependencies": {
"@swc/helpers": "~0.4.11",
"tslib": "^2.3.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@jscutlery/semver": "^2.29.0",
"@nrwl/cli": "15.1.1",
"@nrwl/esbuild": "15.1.1",
"@nrwl/eslint-plugin-nx": "15.1.1",
"@nrwl/jest": "15.1.1",
"@nrwl/js": "15.1.1",
"@nrwl/linter": "15.1.1",
"@nrwl/workspace": "15.1.1",
"@types/express": "^4.17.13",
"@types/jest": "28.1.1",
"@types/node": "16.11.7",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"codecov": "^3.8.3",
"esbuild": "^0.15.7",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"express": "^4.17.1",
"husky": "^8.0.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"ngx-deploy-npm": "^4.3.5",
"nx": "15.1.1",
"pg": "^8.8.0",
"prettier": "^2.6.2",
"supertest": "^6.1.6",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typeorm": "^0.2.37",
"typescript": "~4.8.2"
}
}