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 f8bbf23 commit e93eaacCopy full SHA for e93eaac
package.json
@@ -14,12 +14,16 @@
14
"url": "https://github.com/api3dao/data-feed-proxy-combinators.git"
15
},
16
"private": false,
17
- "main": "dist/src/index",
18
- "types": "dist/src/index",
+ "main": "dist/src/index.js",
+ "types": "dist/src/index.d.ts",
19
"files": [
20
- "vendor",
+ "contracts",
21
+ "typechain-types",
22
"dist"
23
],
24
+ "exports": {
25
+ ".": "./dist/src/index.js"
26
+ },
27
"scripts": {
28
"build": "pnpm build:hardhat && tsc -p tsconfig.build.json",
29
"build:hardhat": "hardhat --config hardhat.build.config.ts compile",
0 commit comments