forked from hyperweb-io/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1020 Bytes
/
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
{
"name": "chain-registry",
"version": "0.0.1",
"publishConfig": {
"access": "restricted"
},
"private": true,
"scripts": {
"commit": "git-cz",
"build": "lerna run prepare --parallel",
"buidl": "lerna run buidl --parallel",
"bootstrap": "lerna bootstrap --use-workspaces",
"lint": "lerna run lint",
"format": "lerna run format",
"pretest": "yarn lint",
"test": "lerna run test",
"codegen": "lerna run codegen --parallel"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@pyramation/babel-preset-env": "0.2.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "^29.5.0",
"eslint": "8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "29.5.0",
"lerna": "3.22.1",
"prettier": "2.8.7"
},
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "https://github.com/cosmology-tech/chain-registry"
}
}