forked from chainapsis/keplr-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 799 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@keplr-wallet/proto-types",
"version": "0.12.233",
"author": "chainapsis",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "zx ./proto-types-gen/scripts/clean.mjs; rm -rf node_modules; rm -rf proto-types-gen/build; rm -rf proto-types-gen/src",
"build": "zx ./proto-types-gen/scripts/proto-gen.mjs",
"dev": "zx ./proto-types-gen/scripts/proto-gen.mjs",
"lint-test": "eslint \"proto-types-gen/scripts/**/*\" && prettier --check \"proto-types-gen/scripts/**/*\"",
"lint-fix": "eslint --fix \"proto-types-gen/scripts/**/*\" && prettier --write \"proto-types-gen/scripts/**/*\""
},
"dependencies": {
"long": "^4.0.0",
"protobufjs": "^6.11.2"
},
"devDependencies": {
"ts-proto": "^1.106.2"
}
}