UNPKG

@arater/contracts-deployment

Version:

Safe contract deployment library to use it on your client app

51 lines (50 loc) 1.35 kB
{ "name": "@arater/contracts-deployment", "version": "1.0.0", "description": "Safe contract deployment library to use it on your client app", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src", "test", "build" ], "scripts": { "build": "yarn rimraf dist && tsc", "lint": "eslint --max-warnings 0 .", "prepack": "yarn build", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://arater@github.com/mavvi-co/contracts-deployment.git" }, "keywords": [ "Ethereum", "Avalanche", "Smart", "Contract", "Gnosis" ], "author": "Arda Atacan Ersoy <arda.ae.3@gmail.com> (https://arater.github.io/)", "license": "MIT", "bugs": { "url": "https://github.com/mavvi-co/contracts-deployment/issues" }, "homepage": "https://github.com/mavvi-co/contracts-deployment#readme", "devDependencies": { "@types/node": "^14.14.21", "@typescript-eslint/eslint-plugin": "^4.7.0", "@typescript-eslint/parser": "^4.7.0", "eslint": "^7.13.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-no-only-tests": "^2.4.0", "eslint-plugin-prettier": "^3.1.4", "husky": "^5.1.3", "prettier": "^2.1.2", "ts-node": "^9.1.1", "typescript": "^4.2.4" } }