|
1 | 1 | { |
2 | | - "name": "@safe-global/safe-contracts", |
3 | | - "version": "1.3.0", |
4 | | - "description": "Ethereum multisig contract", |
5 | | - "homepage": "https://github.com/safe-global/safe-contracts/", |
6 | | - "license": "GPL-3.0", |
7 | | - "main": "dist/index.js", |
8 | | - "typings": "dist/index.d.ts", |
9 | | - "files": [ |
10 | | - "contracts", |
11 | | - "dist", |
12 | | - "src", |
13 | | - "test", |
14 | | - "build" |
15 | | - ], |
16 | | - "scripts": { |
17 | | - "build": "hardhat compile", |
18 | | - "build:ts": "yarn rimraf dist && tsc", |
19 | | - "test": "hardhat test", |
20 | | - "coverage": "hardhat coverage", |
21 | | - "benchmark": "yarn test benchmark/*.ts", |
22 | | - "deploy-custom": "rm -rf deployments/custom && yarn deploy-all custom", |
23 | | - "deploy-all": "hardhat deploy-contracts --network", |
24 | | - "deploy": "hardhat deploy --network", |
25 | | - "lint": "yarn lint:sol && yarn lint:ts", |
26 | | - "lint:sol": "solhint 'contracts/**/*.sol'", |
27 | | - "lint:ts": "eslint --max-warnings 0 .", |
28 | | - "fmt:sol": "prettier 'contracts/**/*.sol' -w", |
29 | | - "fmt:ts": "prettier 'src/**/*.ts' 'test/**/*.ts' -w", |
30 | | - "prepack": "yarn build", |
31 | | - "prepare": "husky install", |
32 | | - "prepublish": "yarn rimraf build && yarn build && yarn build:ts" |
33 | | - }, |
34 | | - "repository": { |
35 | | - "type": "git", |
36 | | - "url": "git+https://github.com/safe-global/safe-contracts.git" |
37 | | - }, |
38 | | - "keywords": [ |
39 | | - "Ethereum", |
40 | | - "Wallet", |
41 | | - "Safe" |
42 | | - ], |
43 | | - "author": "richard@safe.global", |
44 | | - "bugs": { |
45 | | - "url": "https://github.com/safe-global/safe-contracts/issues" |
46 | | - }, |
47 | | - "devDependencies": { |
48 | | - "@gnosis.pm/mock-contract": "^4.0.0", |
49 | | - "@gnosis.pm/safe-singleton-factory": "^1.0.3", |
50 | | - "@nomiclabs/hardhat-ethers": "2.0.2", |
51 | | - "@nomiclabs/hardhat-etherscan": "^2.1.0", |
52 | | - "@nomiclabs/hardhat-waffle": "2.0.1", |
53 | | - "@openzeppelin/contracts": "^3.4.0", |
54 | | - "@types/chai": "^4.2.14", |
55 | | - "@types/mocha": "^8.2.0", |
56 | | - "@types/node": "^14.14.21", |
57 | | - "@types/yargs": "^15.0.10", |
58 | | - "@typescript-eslint/eslint-plugin": "^4.7.0", |
59 | | - "@typescript-eslint/parser": "^4.7.0", |
60 | | - "argv": "^0.0.2", |
61 | | - "chai": "^4.2.0", |
62 | | - "debug": "^4.2.0", |
63 | | - "dotenv": "^8.0.0", |
64 | | - "eslint": "^7.13.0", |
65 | | - "eslint-config-prettier": "^6.15.0", |
66 | | - "eslint-plugin-import": "^2.22.1", |
67 | | - "eslint-plugin-no-only-tests": "^2.4.0", |
68 | | - "eslint-plugin-prettier": "^3.1.4", |
69 | | - "ethereum-waffle": "^3.3.0", |
70 | | - "ethers": "5.4.0", |
71 | | - "hardhat": "^2.2.1", |
72 | | - "hardhat-deploy": "0.9.2", |
73 | | - "husky": "^5.1.3", |
74 | | - "prettier": "^2.8.3", |
75 | | - "prettier-plugin-solidity": "1.1.1", |
76 | | - "solc": "0.7.6", |
77 | | - "solhint": "3.3.8", |
78 | | - "solhint-plugin-prettier": "0.0.5", |
79 | | - "solidity-coverage": "^0.7.17", |
80 | | - "ts-node": "^9.1.1", |
81 | | - "typescript": "^4.2.4", |
82 | | - "yargs": "^16.1.1" |
83 | | - }, |
84 | | - "peerDependencies": { |
85 | | - "ethers": "5.4.0" |
86 | | - } |
| 2 | + "name": "@safe-global/safe-contracts", |
| 3 | + "version": "1.3.0", |
| 4 | + "description": "Ethereum multisig contract", |
| 5 | + "homepage": "https://github.com/safe-global/safe-contracts/", |
| 6 | + "license": "GPL-3.0", |
| 7 | + "main": "dist/index.js", |
| 8 | + "typings": "dist/index.d.ts", |
| 9 | + "files": [ |
| 10 | + "contracts", |
| 11 | + "dist", |
| 12 | + "src", |
| 13 | + "test", |
| 14 | + "build" |
| 15 | + ], |
| 16 | + "scripts": { |
| 17 | + "build": "hardhat compile", |
| 18 | + "build:ts": "yarn rimraf dist && tsc", |
| 19 | + "test": "hardhat test", |
| 20 | + "coverage": "hardhat coverage", |
| 21 | + "benchmark": "yarn test benchmark/*.ts", |
| 22 | + "deploy-custom": "rm -rf deployments/custom && yarn deploy-all custom", |
| 23 | + "deploy-all": "hardhat deploy-contracts --network", |
| 24 | + "deploy": "hardhat deploy --network", |
| 25 | + "lint": "yarn lint:sol && yarn lint:ts", |
| 26 | + "lint:sol": "solhint 'contracts/**/*.sol'", |
| 27 | + "lint:ts": "eslint 'src/**/*.ts' 'test/**/*.ts' --max-warnings 0 --fix", |
| 28 | + "fmt:sol": "prettier 'contracts/**/*.sol' -w", |
| 29 | + "fmt:ts": "prettier 'src/**/*.ts' 'test/**/*.ts' -w", |
| 30 | + "prepack": "yarn build", |
| 31 | + "prepare": "husky install", |
| 32 | + "prepublish": "yarn rimraf build && yarn build && yarn build:ts" |
| 33 | + }, |
| 34 | + "repository": { |
| 35 | + "type": "git", |
| 36 | + "url": "git+https://github.com/safe-global/safe-contracts.git" |
| 37 | + }, |
| 38 | + "keywords": [ |
| 39 | + "Ethereum", |
| 40 | + "Wallet", |
| 41 | + "Safe" |
| 42 | + ], |
| 43 | + "author": "richard@safe.global", |
| 44 | + "bugs": { |
| 45 | + "url": "https://github.com/safe-global/safe-contracts/issues" |
| 46 | + }, |
| 47 | + "devDependencies": { |
| 48 | + "@gnosis.pm/mock-contract": "^4.0.0", |
| 49 | + "@gnosis.pm/safe-singleton-factory": "^1.0.3", |
| 50 | + "@nomiclabs/hardhat-ethers": "2.0.2", |
| 51 | + "@nomiclabs/hardhat-etherscan": "^2.1.0", |
| 52 | + "@nomiclabs/hardhat-waffle": "2.0.1", |
| 53 | + "@openzeppelin/contracts": "^3.4.0", |
| 54 | + "@types/chai": "^4.2.14", |
| 55 | + "@types/mocha": "^8.2.0", |
| 56 | + "@types/node": "^14.14.21", |
| 57 | + "@types/yargs": "^15.0.10", |
| 58 | + "@typescript-eslint/eslint-plugin": "^5.49.0", |
| 59 | + "@typescript-eslint/parser": "^5.49.0", |
| 60 | + "argv": "^0.0.2", |
| 61 | + "chai": "^4.2.0", |
| 62 | + "debug": "^4.2.0", |
| 63 | + "dotenv": "^8.0.0", |
| 64 | + "eslint": "^8.32.0", |
| 65 | + "eslint-config-prettier": "^8.6.0", |
| 66 | + "eslint-plugin-no-only-tests": "^3.1.0", |
| 67 | + "eslint-plugin-prettier": "^4.2.1", |
| 68 | + "ethereum-waffle": "^3.3.0", |
| 69 | + "ethers": "5.4.0", |
| 70 | + "hardhat": "^2.2.1", |
| 71 | + "hardhat-deploy": "0.9.2", |
| 72 | + "husky": "^5.1.3", |
| 73 | + "prettier": "^2.8.3", |
| 74 | + "prettier-plugin-solidity": "1.1.1", |
| 75 | + "solc": "0.7.6", |
| 76 | + "solhint": "3.3.8", |
| 77 | + "solhint-plugin-prettier": "0.0.5", |
| 78 | + "solidity-coverage": "^0.7.17", |
| 79 | + "ts-node": "^9.1.1", |
| 80 | + "typescript": "^4.2.4", |
| 81 | + "yargs": "^16.1.1" |
| 82 | + }, |
| 83 | + "peerDependencies": { |
| 84 | + "ethers": "5.4.0" |
| 85 | + } |
87 | 86 | } |
0 commit comments