-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.03 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
{
"name": "@siddharthchadha/am-module",
"version": "0.0.2",
"author": "Siddharth Chadha <[email protected]>",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Sid-AssetMantle/AM_module"
},
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "restricted"
},
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "lerna run clean",
"build": "lerna run build --stream",
"lint": "lerna run lint --parallel",
"test": "lerna run test --stream --scope AM_module",
"codegen": "lerna run codegen --stream --scope AM_module",
"symlink": "symlink-workspace --logLevel error",
"postinstall": "yarn symlink"
},
"devDependencies": {
"@protobufs/akash": "^0.1.0",
"@protobufs/amino": "^0.0.11",
"@protobufs/bcna": "^0.1.0",
"@protobufs/comdex": "^0.1.0",
"@protobufs/confio": "^0.0.6",
"@protobufs/cosmos": "^0.1.0",
"@protobufs/cosmos_proto": "^0.0.10",
"@protobufs/cosmwasm": "^0.1.1",
"@protobufs/gogoproto": "^0.0.10",
"@protobufs/google": "^0.0.10",
"@protobufs/ibc": "^0.1.0",
"@protobufs/injective": "^0.1.1",
"@protobufs/juno": "^0.1.0",
"@protobufs/omniflix": "^0.1.0",
"@protobufs/osmosis": "^0.4.0",
"@protobufs/passage3d": "^0.1.0",
"@protobufs/persistence": "^0.1.0",
"@protobufs/regen": "^0.1.0",
"@protobufs/stargaze": "^0.1.0",
"@protobufs/tendermint": "^0.0.10",
"@protobufs/umee": "^0.1.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"copyfiles": "^2.4.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^4.0.0",
"jest": "^29.6.2",
"lerna": "^8.1.8",
"prettier": "^3.3.3",
"rimraf": "4.4.1",
"strip-ansi": "^5",
"symlink-workspace": "^1.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
}
}