{ "description": "Root repository for the zilliqa-js suite of tools", "repository": "https://github.com/Zilliqa/Zilliqa-Javascript-Library", "author": "Ian Tan (https://github.com/iantanwx)", "maintainers": [ "Zilliqa Usability Team (https://github.com/zilliqa/)" ], "bugs": { "url": "https://github.com/Zilliqa/Zilliqa-JavaScript-Library/issues" }, "private": true, "license": "GPL-3.0", "scripts": { "bootstrap": "lerna bootstrap && yarn build", "build": "yarn build:proto && yarn build:ts", "build:proto": "lerna run --scope @zilliqa-js/proto build", "build:ts": "tsc -b tsconfig.json", "build:web": "webpack --progress --config webpack.config.js", "bundle": "ts-node -P scripts/tsconfig.json scripts/bundle.ts umd,esm", "clean": "lerna clean --yes && lerna run clean && rimraf includes", "schema": "ts-node -P scripts/tsconfig.json scripts/schema.ts core", "test": "cross-env TEST_ENV=unit jest -c jest.config.js --rootDir=.", "test:build": "cross-env TEST_ENV=unit jest -c jest.build.config.js", "test:integration": "cross-env TEST_ENV=integration jest -c jest.iconfig.js --runInBand --verbose --collectCoverage=false", "release": "yarn bootstrap && yarn bundle && lerna publish --exact", "format": "prettier --write '**/*.{ts,tsx,js}' --config .prettierrc" }, "workspaces": [ "packages/*" ], "nohoist": [ "packages/zilliqa-js-viewblock/*" ], "devDependencies": { "@babel/cli": "^7.0.0-beta.56", "@babel/core": "7.0.0-beta.54", "@babel/plugin-proposal-class-properties": "7.0.0-beta.54", "@babel/plugin-proposal-decorators": "7.0.0-beta.54", "@babel/plugin-proposal-do-expressions": "7.0.0-beta.54", "@babel/plugin-proposal-export-default-from": "7.0.0-beta.54", "@babel/plugin-proposal-export-namespace-from": "7.0.0-beta.54", "@babel/plugin-proposal-function-sent": "7.0.0-beta.54", "@babel/plugin-proposal-json-strings": "7.0.0-beta.54", "@babel/plugin-proposal-logical-assignment-operators": "7.0.0-beta.54", "@babel/plugin-proposal-nullish-coalescing-operator": "7.0.0-beta.54", "@babel/plugin-proposal-numeric-separator": "7.0.0-beta.54", "@babel/plugin-proposal-optional-chaining": "7.0.0-beta.54", "@babel/plugin-proposal-pipeline-operator": "7.0.0-beta.54", "@babel/plugin-proposal-throw-expressions": "7.0.0-beta.54", "@babel/plugin-syntax-dynamic-import": "7.0.0-beta.54", "@babel/plugin-syntax-import-meta": "7.0.0-beta.54", "@babel/plugin-transform-runtime": "^7.0.0-beta.56", "@babel/polyfill": "7.0.0-beta.54", "@babel/preset-env": "7.0.0-beta.54", "@babel/preset-typescript": "^7.0.0-beta.56", "@babel/runtime": "^7.0.0-beta.56", "@trust/webcrypto": "^0.9.2", "@types/bn.js": "^4.11.3", "@types/camelcase": "^4.1.0", "@types/fancy-log": "^1.3.0", "@types/glob": "^7.1.1", "@types/glob-parent": "^3.1.0", "@types/jest": "^23.3.1", "@types/jest-json-schema": "^1.2.0", "@types/node": "^10.5.6", "@types/uuid": "^3.4.4", "@types/valid-url": "^1.0.2", "@types/webpack": "^4.4.17", "@types/websocket": "^1.0.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.4.2", "babel-loader": "^8.0.0-beta.0", "babel-plugin-transform-remove-console": "^6.9.4", "camelcase": "^5.0.0", "cross-env": "^5.2.0", "dotenv": "^6.0.0", "fancy-log": "^1.3.2", "glob": "^7.1.3", "glob-parent": "^3.1.0", "husky": "^1.1.2", "jest": "^23.4.2", "jest-fetch-mock": "^1.6.6", "jest-json-schema": "^2.0.1", "jest-watch-typeahead": "^0.2.0", "lerna": "^3.18.1", "mkdirp": "^0.5.1", "prettier": "^1.14.3", "pretty-quick": "^1.8.0", "protobufjs": "^6.8.8", "rimraf": "^2.6.2", "rollup": "0.66.6", "rollup-plugin-alias": "^1.4.0", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-json": "^3.1.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-typescript2": "0.17.1", "ts-jest": "^23.1.3", "ts-loader": "8.0.4", "ts-node": "^7.0.1", "tslint": "^5.11.0", "tslint-config-prettier": "^1.15.0", "typescript": "^3.2", "typescript-json-schema": "^0.32.0", "webpack": "^4.20.2", "webpack-command": "^0.4.1" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "dependencies": {} }