watcher-ts/packages/server/package.json

36 lines
917 B
JSON
Raw Normal View History

2021-05-13 10:19:15 +00:00
{
"name": "erc20-watcher",
"version": "0.1.0",
"description": "ERC20 Watcher",
"private": true,
"scripts": {
2021-05-13 10:32:11 +00:00
"server": "MOCK=1 nodemon src/server.ts",
2021-05-13 13:48:08 +00:00
"test": "mocha -r ts-node/register src/**/*.spec.ts"
2021-05-13 10:19:15 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/vulcanize/erc20-watcher.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/vulcanize/erc20-watcher/issues"
},
"homepage": "https://github.com/vulcanize/erc20-watcher#readme",
"dependencies": {
"@types/lodash": "^4.14.168",
"apollo-type-bigint": "^0.1.3",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"graphql": "^15.5.0",
"graphql-import-node": "^0.0.4",
2021-05-13 13:48:08 +00:00
"graphql-request": "^3.4.0",
2021-05-13 10:19:15 +00:00
"graphql-tools": "^7.0.4",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/express": "^4.17.11",
"nodemon": "^2.0.7"
}
}