-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.82 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
58
59
60
61
62
63
64
65
66
{
"name": "nestjs-jayson",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"devDependencies": {
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@types/jest": "^29.4.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "~18.16.9",
"@types/node-rsa": "^1.1.4",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"core-js": "^3.36.1",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"prettier": "^2.6.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.4.2"
},
"dependencies": {
"@nestjs/common": "^10.0.2",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"class-transformer": "^0.5.1",
"fp-ts": "^2.16.5",
"io-ts": "^2.2.21",
"ioredis": "^5.4.1",
"jayson": "^4.1.0",
"js-joda": "^1.11.0",
"jsonwebtoken": "^9.0.2",
"node-rsa": "^1.1.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"tslib": "^2.3.0"
},
"description": "Nest.js implementation of JSON-RPC 2.0 built on top of jayson",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/HyungJu/nestjs-jayson.git"
},
"keywords": [
"nestjs",
"jayson",
"json-rpc"
],
"author": "HyungJu Sung",
"bugs": {
"url": "https://github.com/HyungJu/nestjs-jayson/issues"
},
"homepage": "https://github.com/HyungJu/nestjs-jayson#readme"
}