mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
37 lines
925 B
JSON
37 lines
925 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",
|
|
"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"
|
|
}
|
|
}
|