{
    "name": "@energyweb/exchange-token-account",
    "description": "A token forwarder account for ERC1155 tokens",
    "homepage": "https://github.com/energywebfoundation/origin/tree/master/packages/exchange-token-account#readme",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/energywebfoundation/origin.git"
    },
    "bugs": {
        "url": "https://github.com/energywebfoundation/origin/issues"
    },
    "version": "0.2.0",
    "main": "dist/js/src/index.js",
    "files": [
        "dist/js/src"
    ],
    "directories": {
        "test": "test"
    },
    "scripts": {
        "build": "yarn build:static && yarn build:ts && yarn copy:declarations",
        "copy:declarations": "shx cp src/ethers/*.d.ts dist/js/src/ethers",
        "build:static": "yarn compile && yarn typechain:ethers",
        "build:ts": "tsc -b tsconfig.json",
        "compile": "truffle compile",
        "lint": "solium -d contracts",
        "lint-fix": "solium -d contracts --fix && eslint \"src/**/*{.ts,.tsx}\" --fix",
        "start-ganache": "ganache-cli -q -m 'chalk park staff buzz chair purchase wise oak receive avoid avoid home' -l 8000000 -e 1000000 -a 20 -p 8570",
        "test": "truffle test",
        "test:e2e": "concurrently --success first --kill-others -n eth,test \"yarn start-ganache\"  \"wait-on tcp:8570 && yarn test\"",
        "clean": "shx rm -rf build dist src/ethers",
        "typechain:ethers": "typechain --target ethers-v5 --out-dir src/ethers './build/contracts/TokenAccount.json'"
    },
    "types": "dist/js/src/index.d.ts",
    "dependencies": {
        "@ethersproject/abi": "5.3.1",
        "@ethersproject/contracts": "5.3.0",
        "@ethersproject/providers": "5.3.1",
        "chai": "4.3.0",
        "ethers": "5.3.1"
    },
    "devDependencies": {
        "@energyweb/issuer": "4.0.0",
        "@openzeppelin/cli": "2.8.2",
        "@openzeppelin/contracts": "4.3.1",
        "@openzeppelin/contracts-upgradeable": "4.3.1",
        "@openzeppelin/upgrades": "2.8.0",
        "@typechain/ethers-v5": "7.0.1",
        "@types/mocha": "9.0.0",
        "@types/node": "14.17.12",
        "mocha": "9.1.1",
        "solc": "0.8.4",
        "truffle": "5.4.8",
        "truffle-typings": "1.0.8",
        "typechain": "5.1.2",
        "typescript": "4.4.2"
    },
    "gitHead": "54beaf7fe6686810de74ca290daf99cbde510f9d",
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org"
    },
    "license": "GPL-3.0-or-later"
}
