45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "@0xproject/base-contract",
|
|
"version": "0.0.5",
|
|
"description": "0x Base TS contract",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build:watch": "tsc -w",
|
|
"build": "tsc && copyfiles -u 2 './lib/monorepo_scripts/**/*' ./scripts",
|
|
"clean": "shx rm -rf lib scripts",
|
|
"lint": "tslint --project . 'src/**/*.ts'"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/0xProject/0x-monorepo.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/0xProject/0x-monorepo/issues"
|
|
},
|
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/base-contract/README.md",
|
|
"devDependencies": {
|
|
"@0xproject/monorepo-scripts": "^0.1.14",
|
|
"@0xproject/tslint-config": "^0.4.12",
|
|
"@types/lodash": "4.14.104",
|
|
"copyfiles": "^1.2.0",
|
|
"npm-run-all": "^4.1.2",
|
|
"shx": "^0.2.2",
|
|
"tslint": "5.8.0",
|
|
"typescript": "2.7.1"
|
|
},
|
|
"dependencies": {
|
|
"@0xproject/types": "^0.4.1",
|
|
"@0xproject/web3-wrapper": "^0.3.1",
|
|
"ethers-contracts": "^2.2.1",
|
|
"ethers-typescript-typings": "^0.0.4",
|
|
"lodash": "^4.17.4",
|
|
"web3": "^0.20.0",
|
|
"web3-typescript-typings": "^0.10.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|