51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"private": true,
|
|
"name": "@0xproject/testnet-faucets",
|
|
"version": "1.0.41",
|
|
"engines": {
|
|
"node": ">=6.12"
|
|
},
|
|
"description": "A faucet micro-service that dispenses test ERC20 tokens or Ether",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"watch_without_deps": "tsc -w",
|
|
"build": "node ../../node_modules/gulp/bin/gulp.js build",
|
|
"dev": "node ../../node_modules/gulp/bin/gulp.js run",
|
|
"start": "node ./server/server.js",
|
|
"lint": "tslint --project .",
|
|
"clean": "shx rm -rf server"
|
|
},
|
|
"author": "Fabio Berger",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"0x.js": "0.38.5",
|
|
"@0xproject/subproviders": "^1.0.5",
|
|
"@0xproject/typescript-typings": "^1.0.4",
|
|
"@0xproject/utils": "^1.0.5",
|
|
"@0xproject/web3-wrapper": "^1.2.0",
|
|
"body-parser": "^1.17.1",
|
|
"ethereum-types": "^1.0.4",
|
|
"ethereumjs-tx": "^1.3.5",
|
|
"ethereumjs-util": "^5.1.1",
|
|
"express": "^4.15.2",
|
|
"lodash": "^4.17.5",
|
|
"rollbar": "^0.6.5"
|
|
},
|
|
"devDependencies": {
|
|
"@0xproject/tslint-config": "^1.0.5",
|
|
"@types/body-parser": "^1.16.1",
|
|
"@types/express": "^4.0.35",
|
|
"@types/lodash": "4.14.104",
|
|
"awesome-typescript-loader": "^3.1.3",
|
|
"gulp": "^3.9.1",
|
|
"make-promises-safe": "^1.1.0",
|
|
"nodemon": "^1.11.0",
|
|
"shx": "^0.2.2",
|
|
"source-map-loader": "^0.1.6",
|
|
"tslint": "5.11.0",
|
|
"typescript": "3.0.1",
|
|
"webpack": "^3.1.0",
|
|
"webpack-node-externals": "^1.6.0"
|
|
}
|
|
}
|