watcher-ts/package.json
2021-05-11 16:39:32 +05:30

38 lines
961 B
JSON

{
"name": "erc20-watcher",
"version": "0.1.0",
"description": "ERC20 Watcher",
"private": true,
"scripts": {
"server": "nodemon src/server.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
"graphql-tools": "^7.0.4",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/node": "^15.0.2",
"nodemon": "^2.0.7",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
}
}