-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 941 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
31
32
33
34
35
{
"name": "m3tering-console",
"version": "1.0.0",
"description": "Service console for providers on the m3tering protocol",
"main": "src/index.ts",
"scripts": {
"start": "ts-node src/index.ts",
"watch": "nodemon --watch 'src/**'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Godwin",
"license": "MIT",
"dependencies": {
"@chirpstack/chirpstack-api": "^4.7.0",
"@grpc/grpc-js": "^1.10.3",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"ethers": "^6.11.1",
"express": "^4.19.1",
"express-handlebars": "^7.1.2",
"handlebars": "^4.7.8",
"level": "^8.0.1",
"m3tering-ed25519": "^1.0.1",
"m3tering-ethers": "^1.0.1",
"mqtt": "^5.5.0",
"warp-contracts": "^1.4.41"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.11.30",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
}
}