{
    "name": "ttcweb3",
    "namespace": "TTC",
    "version": "1.0.0",
    "description": "TTC Blockchain JavaScript API wrapper repository based on web3",
    "license": "LGPL-3.0",
    "main": "./packages/web3/src/index.js",
    "directories": {
        "doc": "./doc"
    },
    "scripts": {
        "clean": "lerna clean",
        "link": "lerna link",
        "bootstrap": "lerna bootstrap",
        "install:all": "lerna add",
        "remove:all": "lerna exec npm uninstall",
        "install:dev:all": "lerna exec npm install --save-dev",
        "publish": "npm run clean && npm run bootstrap && npm run travis && lerna publish --skip-git",
        "build": "lerna run build",
        "test": "lerna run test",
        "test:coverage": "lerna run test -- --coverage && npm run istanbulCombine",
        "istanbulCombine": "istanbul-combine -d coverage -r lcov -r html ./packages/**/coverage-final.json",
        "dtslint": "lerna run dtslint",
        "docs": "cd docs; make html;",
        "lint": "eslint --cache --fix .",
        "format": "prettier --config ./.prettierrc --write ./packages/**/*.js",
        "travis": "npm run lint && npm run build && npm run test:coverage && npm run dtslint",
        "coveralls": "cat ./coverage/lcov.info | coveralls"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/howeguo/web3.js.git"
    },
    "homepage": "https://github.com/howeguo/web3.js",
    "bugs": {
        "url": "https://github.com/howeguo/web3.js/issues"
    },
    "keywords": [
        "TTC",
        "JavaScript",
        "API"
    ],
    "author": "TTC Foundation",
    "authors": [
        {
            "name": "Howe",
            "email": "howeguo17@gmail.com",
            "homepage": "https://github.com/howeguo"
        }

    ],
    "devDependencies": {
        "@babel/core": "^7.3.4",
        "@babel/plugin-proposal-export-default-from": "^7.2.0",
        "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
        "@babel/plugin-transform-runtime": "^7.3.4",
        "@babel/polyfill": "^7.2.5",
        "@babel/preset-env": "^7.3.4",
        "@babel/runtime": "^7.3.4",
        "@types/bn.js": "^4.11.4",
        "@types/node": "^10.12.30",
        "babel-core": "^7.0.0-bridge.0",
        "babel-eslint": "^10.0.1",
        "babel-jest": "^23.6.0",
        "coveralls": "^3.0.3",
        "eslint": "^5.15.1",
        "eslint-config-prettier": "^3.6.0",
        "eslint-config-standard": "^12.0.0",
        "eslint-plugin-import": "^2.16.0",
        "eslint-plugin-jest": "^21.27.2",
        "eslint-plugin-node": "^7.0.1",
        "eslint-plugin-prettier": "^3.0.1",
        "eslint-plugin-promise": "^4.0.1",
        "eslint-plugin-standard": "^4.0.0",
        "eslint-plugin-unicorn": "^6.0.1",
        "istanbul-combine": "^0.3.0",
        "jest": "^23.6.0",
        "lerna": "^3.13.1",
        "prettier": "1.14.3",
        "regenerator-runtime": "^0.13.1",
        "rollup": "^0.67.4",
        "rollup-plugin-auto-external": "^2.0.0",
        "rollup-plugin-babel": "^4.3.2",
        "rollup-plugin-cleanup": "^3.1.1",
        "rollup-plugin-json": "^3.1.0",
        "typescript": "^3.3.3333"
    }
}
