total-torn-supply-watcher/package.json
2023-06-14 15:14:47 -07:00

26 lines
676 B
JSON

{
"name": "total-supply-info",
"version": "1.0.0",
"description": "Server that returns total TORN supplky number in plain text",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx ts-node server.ts"
},
"author": "Theo",
"license": "MIT",
"dependencies": {
"bignumber.js": "^9.1.1",
"dotenv": "^16.1.4",
"express": "^4.18.2",
"web3": "^4.0.1"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.3.1",
"ts-node": "^10.9.1",
"tsc": "^2.0.4",
"typescript": "^5.1.3"
}
}