|
1 | 1 | {
|
2 |
| - "name": "set-v2-strategies-deployments", |
| 2 | + "name": "@setprotocol/set-v2-strategies-deployments", |
3 | 3 | "version": "0.0.1",
|
4 |
| - "description": "", |
5 |
| - "main": "dist", |
6 |
| - "types": "dist/types", |
| 4 | + "description": "Contract addresses for all SetProtocol Strategies (V2) staging and production deployments", |
7 | 5 | "files": [
|
8 |
| - "artifacts", |
9 |
| - "dist", |
10 |
| - "contracts", |
11 |
| - "utils", |
12 |
| - "scripts", |
13 |
| - "tasks", |
14 |
| - "typechain", |
15 |
| - "tsconfig.json" |
| 6 | + "deployments" |
16 | 7 | ],
|
17 | 8 | "scripts": {
|
18 | 9 | "build": "./scripts/build.sh",
|
|
23 | 14 | "lint-ts": "eslint -c .eslintrc.js --ext .ts",
|
24 | 15 | "lint-json": "./scripts/jsonlint.sh",
|
25 | 16 | "precommit": "lint-staged",
|
26 |
| - "prepare": "yarn build", |
| 17 | + "postinstall": "yarn build", |
| 18 | + "prepublishOnly": "./scripts/prepublish.sh", |
| 19 | + "postpublish": "./scripts/postpublish.sh", |
27 | 20 | "transpile": "tsc",
|
28 | 21 | "transpile:ethereum": "cd ethereum && yarn transpile",
|
29 | 22 | "transpile:polygon": "cd polygon && yarn transpile",
|
30 | 23 | "transpile:arbitrum": "cd arbitrum && yarn transpile",
|
31 | 24 | "transpile:optimism": "cd optimism && yarn transpile",
|
32 |
| - "transpile:avalanche": "cd avalanche && yarn transpile" |
| 25 | + "transpile:avalanche": "cd avalanche && yarn transpile", |
| 26 | + "semantic-release": "semantic-release" |
33 | 27 | },
|
34 | 28 | "repository": {
|
35 | 29 | "type": "git",
|
|
77 | 71 | "jsonlint": "^1.6.3",
|
78 | 72 | "lint-staged": "^10.2.11",
|
79 | 73 | "lodash": "^4.17.4",
|
| 74 | + "semantic-release": "^19.0.2", |
80 | 75 | "solc": "^0.6.10",
|
81 | 76 | "solhint": "^3.1.0",
|
82 | 77 | "ts-generator": "^0.1.1",
|
|
0 commit comments