4a8b4e7398
- 0x.js@0.36.2 - contracts@2.1.24 - @0xproject/migrations@0.0.3 - @0xproject/sra-report@0.0.10 - @0xproject/testnet-faucets@1.0.25 - @0xproject/website@0.0.27
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"name": "@0xproject/migrations",
|
|
"version": "0.0.3",
|
|
"description": "0x smart contract migrations",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build:watch": "tsc -w",
|
|
"build": "tsc",
|
|
"clean": "shx rm -rf lib",
|
|
"lint": "tslint --project . 'src/**/*.ts'",
|
|
"migrate": "run-s build compile script:migrate",
|
|
"script:migrate": "node ./lib/migrate.js",
|
|
"copy_artifacts": "copyfiles 'src/artifacts/**/*' ./lib",
|
|
"compile": "node ../deployer/lib/src/cli.js compile --contracts ${npm_package_config_contracts} --contracts-dir ../contracts/src/contracts --artifacts-dir src/artifacts"
|
|
},
|
|
"config": {
|
|
"contracts": "Exchange,DummyToken,ZRXToken,Token,WETH9,TokenTransferProxy,MultiSigWallet,MultiSigWalletWithTimeLock,MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress,MaliciousToken,TokenRegistry,Arbitrage,EtherDelta,AccountLevels"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@0xproject/dev-utils": "^0.3.6",
|
|
"@0xproject/tslint-config": "^0.4.16",
|
|
"npm-run-all": "^4.1.2",
|
|
"shx": "^0.2.2",
|
|
"tslint": "5.8.0",
|
|
"typescript": "2.7.1"
|
|
},
|
|
"dependencies": {
|
|
"@0xproject/deployer": "^0.4.1",
|
|
"@0xproject/utils": "^0.5.2",
|
|
"@0xproject/web3-wrapper": "^0.6.1",
|
|
"lodash": "^4.17.4"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|