-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
81 lines (81 loc) · 2.36 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@toruslabs/torus-scripts",
"version": "7.1.5",
"type": "module",
"description": "Scripts for Torus libraries to manage bundling, lint etc",
"bin": {
"torus-scripts": "./bin/torus-scripts.js"
},
"dependencies": {
"@babel/core": "^7.26.10",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-numeric-separator": "^7.25.9",
"@babel/plugin-transform-object-rest-spread": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-typescript": "^7.27.0",
"@babel/runtime": "^7.27.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"@toruslabs/config": "^3.1.0",
"assert": "^2.1.0",
"babel-loader": "^10.0.0",
"babel-plugin-transform-object-hasown": "^1.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"chalk": "^5.4.1",
"cliui": "^9.0.1",
"crypto-browserify": "^3.12.1",
"deepmerge": "^4.3.1",
"dotenv": "^16.4.7",
"eslint-webpack-plugin": "^5.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"https-browserify": "^1.0.0",
"listr2": "^8.2.5",
"lodash.mergewith": "^4.6.2",
"object.omit": "^3.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"release-it": "^18.1.2",
"rimraf": "^6.0.1",
"rollup": "^4.37.0",
"rxjs": "^7.8.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"ts-patch": "^3.3.0",
"typescript": "^5.8.2",
"update-notifier": "^7.3.1",
"url": "^0.11.4",
"webpack": "^5.98.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1",
"webpack-node-externals": "^3.0.0",
"yargs-parser": "^21.1.1"
},
"peerDependencies": {
"eslint": "^9.x"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20.10",
"npm": ">=9.x"
},
"author": "Torus Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/torusresearch/torus-cli/issues"
},
"homepage": "https://github.com/torusresearch/torus-cli/tree/main/packages/torus-scripts",
"repository": {
"type": "git",
"url": "git+https://github.com/torusresearch/torus-cli.git"
},
"devDependencies": {
"eslint-plugin-prettier": "^5.2.5",
"globals": "^16.0.0"
}
}