UNPKG

arb-upgrades

Version:

31 lines (30 loc) 803 B
{ "name": "arb-upgrades", "version": "1.0.0", "main": "index.js", "license": "Apache-2.0", "scripts": { "main": "hardhat run index.ts", "hardhat": "hardhat", "lint": "eslint .", "format": "prettier './**/*.{js,json,md,ts,yml}' --write && yarn run lint --fix", "prepublishOnly": "yarn build && yarn format", "build": "tsc" }, "devDependencies": { "@types/fs-extra": "^9.0.1", "@types/prompts": "^2.0.14", "@types/yargs": "^17.0.2", "@typescript-eslint/eslint-plugin": "^4.29.0", "@typescript-eslint/parser": "^4.29.0", "fs-extra": "^10.0.0", "hardhat": "^2.6.1", "prompts": "^2.4.1", "ts-node": "^10.2.1", "typescript": "^4.2.2", "yargs": "^17.1.1" }, "dependencies": { "@nomiclabs/hardhat-ethers": "^2.0.2" } }