-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 925 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
36
37
38
{
"name": "hcs-skills",
"version": "0.0.0",
"description": "Publish and subscribe to skills on Hedera Consensus Service (HCS)",
"main": "index.js",
"scripts": {
"server": "node ./back/server-run.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hedera-dev/hcs-skills.git"
},
"keywords": [
"hcs",
"hedera",
"pubsub"
],
"author": "bguiz",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hedera-dev/hcs-skills/issues"
},
"homepage": "https://github.com/hedera-dev/hcs-skills#readme",
"dependencies": {
"@hashgraph/sdk": "2.42.0",
"ajv": "8.12.0",
"body-parser": "1.20.2",
"cors": "2.8.5",
"dotenv": "16.4.5",
"express": "4.18.3",
"safe-stable-stringify": "2.4.3",
"socket.io": "4.7.5"
},
"devDependencies": {
"supertest": "6.3.4"
}
}