{ "name": "root", "private": true, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "auto-build": "node ./admin/cmds/reset-build.js && npm run build -- -w", "bootstrap": "node ./admin/cmds/reset-build.js && node ./admin/cmds/update-depgraph && lerna bootstrap --hoist", "build": "tsc --build ./tsconfig.project.json", "clean": "node ./admin/cmds/reset-build.js && tsc --build --clean ./tsconfig.project.json", "_dist_prepare": "npm run clean && npm run bootstrap && npm run build && node ./admin/cmds/update-exports.js", "_dist_ethers": "rollup -c && rollup -c --configMinify && rollup -c --configModule && rollup -c --configModule --configMinify", "_dist_tests": "rollup -c --configTest && rollup -c --configTest --configMinify && rollup -c --configTest --configModule && rollup -c --configTest --configModule --configMinify", "_test_prepare": "npm run _dist_prepare && npm run _dist_tests", "_test_node": "cd packages/tests && mocha --no-colors --reporter ./reporter ./lib/test-*.js", "test_node": "npm run _test_prepare && npm run _test_node", "_dist_old": "npm run clean && npm run bootstrap && npm run build && lerna run dist", "old-test": "npm run _dist_old && npm run test-check", "old-test-check": "if [ \"$RUN_PHANTOMJS\" = \"1\" ]; then npm run-script test-phantomjs; else npm run-script test-node; fi", "old-test-node": "cd packages/tests && mocha --no-colors --reporter ./tests/reporter ./tests/test-*.js", "old-test-phantomjs": "cd packages/tests && npm run dist-phantomjs && phantomjs --web-security=false ../../node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js ./test.html ./tests/reporter.js", "old-test-aion": "npm run dist && npm run test-aion-node", "old-test-aion-node": "cd packages/aion-tests && mocha --no-colors --reporter ../tests/tests/reporter ./tests/test-*.js", "update-versions": "npm run _dist_prepare && node ./admin/cmds/update-versions", "publish-all": "node ./admin/cmds/publish", "lock-versions": "node ./admin/cmds/lock-versions", "build-docs": "flatworm docs.wrm docs", "sync-github": "node ./admin/cmds/cache-github" }, "devDependencies": { "@types/assert": "^1.4.1", "@types/mocha": "^5.2.0", "@types/node": "^12.7.4", "aes-js": "3.0.0", "browserify": "16.2.3", "diff": "4.0.1", "npm-packlist": "1.4.1", "lerna": "^3.13.0", "libnpm": "2.0.1", "mocha": "^5.2.0", "mocha-phantomjs-core": "2.1.2", "scrypt-js": "2.0.4", "semver": "^5.6.0", "tar": "4.4.8", "typescript": "3.6.2", "rollup": "1.20.1", "rollup-plugin-commonjs": "10.0.2", "rollup-plugin-json": "4.0.0", "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-terser": "5.1.1", "rollup-plugin-uglify": "6.0.2", "rollup-pluginutils": "2.8.1" } }