37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "ethers-typescript-typings",
|
|
"version": "0.0.2",
|
|
"description": "Typescript type definitions for ethers.js",
|
|
"main": "index.d.ts",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"lint": "tslint index.d.ts",
|
|
"build": "tsc && copyfiles -u 1 './lib/**/*' ./scripts",
|
|
"clean": "shx rm -rf scripts"
|
|
},
|
|
"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/ethers-typescript-typings#readme",
|
|
"devDependencies": {
|
|
"@0xproject/monorepo-scripts": "^0.1.12",
|
|
"copyfiles": "^1.2.0",
|
|
"shx": "^0.2.2",
|
|
"tslint": "5.8.0",
|
|
"tslint-config-0xproject": "^0.0.2",
|
|
"typescript": "2.7.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|