-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 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
{
"name": "dex-runtime",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "node --experimental-vm-modules --experimental-wasm-modules --experimental-wasm-threads ./node_modules/jest/bin/jest.js",
"test:watch": "npm run test --watchAll"
},
"author": "",
"license": "ISC",
"dependencies": {
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@jest/globals": "^29.6.1",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.197",
"@types/react-dom": "^18.2.7",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"jest": "^29.6.1",
"jest-expect-message": "^1.1.3",
"loglevel": "^1.8.1",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"ts-jest": "^29.1.1",
"typescript": "4.9.4",
"url": "^0.11.1",
"util": "^0.12.5"
},
"peerDependencies": {
"@proto-kit/common": "*",
"@proto-kit/module": "*",
"@proto-kit/protocol": "*",
"@proto-kit/sdk": "*",
"@proto-kit/sequencer": "*",
"snarkyjs": "0.12.0",
"tsyringe": "^4.7.0"
}
}