{ "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": { "express": "^4.17.1" }, "devDependencies": { "@types/express": "^4.17.11", "@types/node": "^15.0.2", "nodemon": "^2.0.7", "ts-node": "^9.1.1", "typescript": "^4.2.4" } }