-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.35 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
{
"name": "@proto-kit/api",
"license": "MIT",
"private": false,
"type": "module",
"version": "0.1.1-develop.833+397881ed",
"scripts": {
"build": "tsc -p tsconfig.json",
"dev": "tsc -p tsconfig.json --watch",
"lint": "eslint ./src ./test",
"test:file": "node --experimental-vm-modules --experimental-wasm-modules --experimental-wasm-threads ../../node_modules/jest/bin/jest.js",
"test": "npm run test:file -- ./test/**",
"test:watch": "npm run test:file -- ./test/** --watch"
},
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@graphql-tools/stitch": "^9.0.3",
"@types/humanize-duration": "^3.27.2",
"class-validator": "^0.14.0",
"graphql": "^16.9.0",
"graphql-scalars": "^1.22.4",
"graphql-yoga": "^5.0.0",
"humanize-duration": "^3.30.0",
"koa": "^2.14.2",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"type-graphql": "2.0.0-rc.2"
},
"peerDependencies": {
"@proto-kit/common": "*",
"@proto-kit/module": "*",
"@proto-kit/protocol": "*",
"@proto-kit/sequencer": "*",
"o1js": "^2.0.0",
"tsyringe": "^4.7.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/koa": "^2.13.10",
"@types/lodash": "^4.14.194",
"@types/ws": "^8.5.4"
},
"gitHead": "397881ed5d8f98f5005bcd7be7f5a12b3bc6f956"
}