|
64 | 64 | "resolutions": {
|
65 | 65 | "typescript": "^4.4.4"
|
66 | 66 | },
|
67 |
| - "license": "MIT", |
| 67 | + "license": "Apache-2.0", |
68 | 68 | "scripts": {
|
69 | 69 | "clean": "hardhat clean && rm -rf abi/ && rm -rf artifacts/ && rm -rf dist/ && rm -rf typechain/",
|
70 | 70 | "compile": "hardhat compile",
|
71 |
| - "deploy-accessPacks": "hardhat run scripts/deploy/accessPacks.ts", |
72 |
| - "deploy-registry": "hardhat run scripts/deploy/registry.ts", |
73 |
| - "deploy-protocolControl": "hardhat run scripts/deploy/protocolControl.ts", |
74 |
| - "deploy-rewards": "hardhat run scripts/deploy/rewards.ts", |
75 |
| - "deploy-pack": "hardhat run scripts/deploy/pack.ts", |
76 |
| - "deploy-market": "hardhat run scripts/deploy/market.ts", |
77 |
| - "deploy-forwarder": "hardhat run scripts/deploy/forwarder.ts", |
78 |
| - "createPackAtomic": "hardhat run scripts/txs/createPackAtomic.ts", |
79 |
| - "openPack": "hardhat run scripts/txs/openPack.ts", |
80 |
| - "verify-accessPacks": "hardhat run tasks/verify/accessPacks.ts", |
81 |
| - "verify-registry": "hardhat run tasks/verify/registry.ts", |
82 |
| - "verify-protocol": "hardhat run tasks/verify/protocol.ts", |
83 |
| - "verify-pack": "hardhat run tasks/verify/pack.ts", |
84 |
| - "verify-market": "hardhat run tasks/verify/market.ts", |
85 |
| - "verify-rewards": "hardhat run tasks/verify/rewards.ts", |
86 |
| - "verify-forwarder": "hardhat run tasks/verify/forwarder.ts", |
87 | 71 | "prettier": "prettier --config .prettierrc --write \"**/*.{js,json,sol,ts}\"",
|
88 | 72 | "prettier:list-different": "prettier --config .prettierrc --list-different \"**/*.{js,json,sol,ts}\"",
|
89 | 73 | "test": "hardhat test",
|
90 | 74 | "typechain": "hardhat typechain",
|
91 | 75 | "build": "yarn clean && yarn compile && yarn typechain && yarn build:lib",
|
92 |
| - "build:lib": "tsdx build --entry typechain/index.ts", |
93 |
| - "copy-dts": "copyfiles -u 1 \"typechain/**/*.d.ts\" dist" |
| 76 | + "build:lib": "tsdx build --entry typechain/index.ts" |
94 | 77 | }
|
95 | 78 | }
|
0 commit comments