57 lines
2.0 KiB
JSON
57 lines
2.0 KiB
JSON
{
|
|
"name": "@0xproject/web3-wrapper",
|
|
"version": "0.2.1",
|
|
"description": "Wraps around web3 and gives a nicer interface",
|
|
"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'",
|
|
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES",
|
|
"upload_docs_json": "aws s3 cp generated_docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type application/json"
|
|
},
|
|
"config": {
|
|
"postpublish": {
|
|
"docPublishConfigs": {
|
|
"extraFileIncludes": ["../types/src/index.ts"],
|
|
"s3BucketPath": "s3://doc-jsons/web3-wrapper/",
|
|
"s3StagingBucketPath": "s3://staging-doc-jsons/web3-wrapper/"
|
|
}
|
|
}
|
|
},
|
|
"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/web3-wrapper/README.md",
|
|
"devDependencies": {
|
|
"@0xproject/monorepo-scripts": "^0.1.12",
|
|
"@0xproject/tslint-config": "^0.4.10",
|
|
"@types/lodash": "^4.14.86",
|
|
"copyfiles": "^1.2.0",
|
|
"npm-run-all": "^4.1.2",
|
|
"shx": "^0.2.2",
|
|
"tslint": "5.8.0",
|
|
"typedoc": "0xProject/typedoc",
|
|
"typescript": "2.7.1"
|
|
},
|
|
"dependencies": {
|
|
"@0xproject/types": "^0.3.1",
|
|
"@0xproject/utils": "^0.4.1",
|
|
"ethers-contracts": "^2.2.1",
|
|
"ethers-typescript-typings": "^0.0.2",
|
|
"lodash": "^4.17.4",
|
|
"web3": "^0.20.0",
|
|
"web3-typescript-typings": "^0.10.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|