We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cac41 commit 2d79043Copy full SHA for 2d79043
contract_manager/package.json
@@ -11,10 +11,23 @@
11
"./core/*": {
12
"types": "./lib/core/*.d.ts",
13
"default": "./lib/core/*.js"
14
+ },
15
+ "./data/chains/*.json": {
16
+ "default": "./store/chains/*.json"
17
18
+ "./data/contracts/*.json": {
19
+ "default": "./store/contracts/*.json"
20
21
+ "./data/tokens/*.json": {
22
+ "default": "./store/tokens/*.json"
23
24
+ "./data/vaults/*.json": {
25
+ "default": "./store/vaults/*.json"
26
}
27
},
28
"files": [
- "lib/**/*"
29
+ "lib/**/*",
30
+ "store/**/*.json"
31
],
32
"scripts": {
33
"build": "tsc",
0 commit comments