-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.73 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
{
"name": "relation-tuple-parser",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"postinstall": "npm run patch-antlr4ts",
"nx": "nx",
"format": "nx format",
"format-all": "nx format --all",
"patch-antlr4ts": "cd tools/antlr4ts-patch && jar uf ../../node_modules/antlr4ts-cli/target/antlr4-typescript-4.9.0-SNAPSHOT-complete.jar org/antlr/v4/tool/templates/codegen/TypeScript/TypeScript.stg"
},
"private": true,
"dependencies": {
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nidomiro/ts-type-utils": "^0.1.1",
"@ory/keto-client": "^0.10.0-alpha.0",
"@ory/keto-grpc-client": "^0.10.0-alpha.0",
"antlr4": "^4.11.0",
"antlr4ts": "^0.5.0-alpha.4",
"assert-never": "^1.2.1",
"defekt": "^9.3.1",
"lodash": "4.17.21",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.0.0",
"tslib": "^2.4.1"
},
"devDependencies": {
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@nrwl/cli": "15.2.4",
"@nrwl/eslint-plugin-nx": "15.2.4",
"@nrwl/jest": "15.2.4",
"@nrwl/js": "15.2.4",
"@nrwl/linter": "15.2.4",
"@nrwl/nest": "15.2.4",
"@nrwl/node": "15.2.4",
"@nrwl/rollup": "15.2.4",
"@nrwl/workspace": "15.2.4",
"@types/jest": "28.1.1",
"@types/lodash": "^4.14.190",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"antlr4ts-cli": "^0.5.0-alpha.4",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"nx": "15.2.4",
"prettier": "^2.6.2",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2"
}
}