UNPKG

@aztec/contract-addresses

Version:

Addresses of deployed AZTEC contracts on Ethereum mainnet and testnets

57 lines (56 loc) 1.56 kB
{ "name": "@aztec/contract-addresses", "description": "Addresses of deployed AZTEC contracts on Ethereum mainnet and testnets", "version": "1.19.0", "author": "AZTEC", "bugs": { "url": "https://github.com/AztecProtocol/AZTEC/issues" }, "dependencies": { "lodash": "^4.17.11" }, "devDependencies": { "@babel/cli": "^7.4.3", "@babel/core": "^7.4.0", "@babel/plugin-proposal-object-rest-spread": "^7.4.0", "@babel/preset-env": "^7.4.2", "eslint": "^5.15.3", "eslint-config-airbnb-base": "^13.1.0", "eslint-config-prettier": "^6.0.0", "eslint-plugin-import": "^2.16.0", "shx": "^0.3.2" }, "engines": { "node": ">=8.3" }, "files": [ "/addresses", "/lib" ], "homepage": "https://github.com/AztecProtocol/AZTEC#readme", "keywords": [ "aztec", "blockchain", "confidentiality", "cryptography", "ethereum", "privacy", "protocol" ], "license": "LGPL-3.0", "main": "./lib", "repository": { "type": "git", "url": "git+https://github.com/AztecProtocol/AZTEC.git" }, "scripts": { "build:dev": "yarn clean && babel --copy-files --out-dir ./lib --root-mode upward ./src", "build": "yarn clean && babel --copy-files --out-dir ./lib --root-mode upward ./src", "build:prod": "yarn build", "clean": "shx rm -rf ./lib", "has:changed": "bash ../monorepo-scripts/ci/hasChanged.sh contract-addresses", "lint": "eslint --ignore-path ../../.eslintignore .", "watch": "yarn build:dev --watch" }, "peerDependencies": {} }