forked from machinomy/machinomy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.54 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
{
"name": "@riaskov/iohtee-monorepo",
"private": true,
"version": "2.0.0",
"repository": "[email protected]:ARyaskov/IohTee.git",
"author": "Sergey Ukustov and Machinomy Team <[email protected]>",
"contributors": [
{
"name": "Andrei Riaskov",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"scripts": {
"build": "yarn workspaces foreach -A -p -v -i run build",
"test": "wsrun test $PKG",
"coverage": "wsrun coverage $PKG"
},
"dependencies": {
"@riaskov/iohtee-contracts": "npm:^5.0.5",
"dotenv": "^16.4.5",
"humanize-plus": "^1.8.2",
"request": "^2.88.2",
"viem": "^2.16.2"
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/chai-as-promised": "^7.1.8",
"@types/humanize-plus": "^1.8.2",
"@types/node": "^20.14.9",
"@types/request": "^2.48.12",
"chai": "^5.1.1",
"chai-as-promised": "^7.1.2",
"cpx": "^1.5.0",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"mocha": "^8.4.0",
"node-gyp": "^10.1.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"stream-browserify": "^3.0.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"ts-node": "^7.0.x",
"typescript": "5.5.2",
"vm-browserify": "^1.1.2",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
},
"resolutions": {
"@riaskov/iohtee-contracts": "npm:*"
},
"packageManager": "[email protected]"
}