forked from auracheeze/seedmon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 693 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "seedmon",
"version": "0.1.0",
"description": "A package for collecting and reporting Terra seed nodes uptime.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"monitor": "ts-node src/index.ts",
"stats": "ts-node src/stats.ts"
},
"keywords": [
"terra",
"aurastake"
],
"author": "Cheeze <cheeze@aurastake.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.9",
"prisma": "^3.5.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"dependencies": {
"@prisma/client": "^3.5.0",
"@types/yargs": "^17.0.7",
"winston": "^3.3.3",
"yargs": "^17.2.1"
}
}