-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
57 lines (57 loc) · 1.65 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
{
"name": "@oraichain/cwtools",
"version": "0.0.87",
"license": "MIT",
"main": "dist/index.js",
"bin": "dist/index.js",
"author": "Thanh Tu <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/oraichain/cosmwasm-tools"
},
"files": [
"dist/index.js"
],
"scripts": {
"deploy": "yarn publish --access public . --patch",
"start": "node dist",
"build": "esbuild src/index.ts --bundle --minify --platform=node --external:fsevents --external:shelljs --log-level=error --outfile=dist/index.js"
},
"engines": {
"node": ">=16"
},
"dependencies": {
"shelljs": "^0.8.5"
},
"devDependencies": {
"@cosmjs/cosmwasm-stargate": "^0.31.1",
"@cosmjs/crypto": "^0.31.1",
"@cosmjs/math": "^0.31.1",
"@cosmjs/proto-signing": "^0.31.1",
"@cosmjs/stargate": "^0.31.1",
"@oraichain/ts-codegen": "^0.35.9",
"@types/gunzip-maybe": "^1.4.1",
"@types/readline-sync": "^1.4.4",
"@types/shelljs": "^0.8.15",
"@types/tar-fs": "^2.0.3",
"@types/yargs": "^17.0.24",
"bech32": "^2.0.0",
"big-json": "^3.2.0",
"chokidar": "^3.5.3",
"dotenv": "^16.0.3",
"esbuild": "^0.19.2",
"gunzip-maybe": "^1.4.2",
"nodejs-file-downloader": "^4.12.1",
"readline-sync": "^1.4.10",
"serialize-error": "8.0.0",
"tar-fs": "^3.0.4",
"toml": "^3.0.0",
"typescript": "^5.0.3",
"typescript-parser": "^2.6.1",
"yargs": "^17.7.2"
},
"resolutions": {
"typescript": "^5.0.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}