-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 895 Bytes
/
package.json
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
30
{
"name": "posthuman_monitoring_bot",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:IIIyJIeP/Posthuman_monitoring_bot.git",
"author": "IIIyJIeP <brazhnikovna@gmail.com>",
"license": "MIT",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"start": "node ./dist/index.js",
"dev": "nodemon --inspect ./dist/index.js",
"experiment_juno": "ts-node ./.experiment_juno.ts",
"experiment_osmo": "ts-node ./.experiment_osmo.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/node": "^20.11.0",
"nodemon": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"dotenv": "^16.3.1",
"juno-network": "^0.18.1",
"osmojs": "^16.7.0",
"telegraf": "^4.15.3"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}