-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.27 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
{
"name": "@lidofinance/lsv-cli",
"version": "0.0.0",
"main": "dist/index.js",
"files": [
"dist"
],
"bin": {
"lsv-cli": "dist/index.js"
},
"scripts": {
"start": "ts-node ./index.ts",
"build": "npx tsc && tsc-alias",
"test": "echo 'No tests yet'"
},
"homepage": "https://github.com/lidofinance/liquid-staking-vault-cli/",
"repository": {
"type": "git",
"url": "git+https://github.com/lidofinance/liquid-staking-vault-cli.git",
"directory": "packages/sdk"
},
"bugs": {
"url": "https://github.com/lidofinance/liquid-staking-vault-cli/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"provenance": true
},
"dependencies": {
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"viem": "^2.21.37"
},
"devDependencies": {
"@swc/core": "^1.7.42",
"@types/node": "^22.8.5",
"semantic-release": "^24.2.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3"
},
"release": {
"branches": [
"main",
{
"name": "develop",
"channel": "alpha",
"prerelease": "alpha"
}
]
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}