Bumps [copyfiles](https://github.com/calvinmetcalf/copyfiles) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/calvinmetcalf/copyfiles/releases) - [Commits](https://github.com/calvinmetcalf/copyfiles/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "@0xproject/typescript-typings",
|
|
"version": "1.0.4",
|
|
"engines": {
|
|
"node": ">=6.12"
|
|
},
|
|
"description": "0x project typescript type definitions",
|
|
"scripts": {
|
|
"watch_without_deps": "tsc -w",
|
|
"build": "tsc && copyfiles -u 1 './lib/**/*' ./scripts",
|
|
"clean": "shx rm -rf scripts",
|
|
"manual:postpublish": "yarn build; node ./scripts/postpublish.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/0xProject/0x-monorepo.git"
|
|
},
|
|
"author": "Fabio Berger",
|
|
"contributors": [
|
|
"Leonid Logvinov <logvinov.leon@gmail.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/0xProject/0x-monorepo/issues"
|
|
},
|
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme",
|
|
"dependencies": {
|
|
"@types/bn.js": "^4.11.0",
|
|
"@types/react": "*",
|
|
"bignumber.js": "~4.1.0",
|
|
"ethereum-types": "^1.0.4",
|
|
"popper.js": "1.14.3"
|
|
},
|
|
"devDependencies": {
|
|
"@0xproject/monorepo-scripts": "^1.0.5",
|
|
"copyfiles": "^2.0.0",
|
|
"shx": "^0.2.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|