-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 KB
/
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
{
"name": "hello-future-world-js",
"version": "0.2.1",
"description": "Hello World sequences for Hedera services - core, HCS, HTS, HSCS",
"main": "init.js",
"scripts": {
"update-from-base-template": "npx github:hedera-dev/hedera-tutorial-demo-base-template update",
"scaffold-task-from-base-template": "npx github:hedera-dev/hedera-tutorial-demo-base-template scaffold-task",
"format": "prettier . --write --cache",
"test": "echo 'no tests yet'",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hedera-dev/hedera-tutorial-demo-base-template.git"
},
"keywords": [
"hedera",
"gitpod",
"template"
],
"author": "bguiz",
"license": "MIT",
"bugs": {
"url": "https://github.com/hedera-dev/hedera-tutorial-demo-base-template/issues"
},
"homepage": "https://github.com/hedera-dev/hedera-tutorial-demo-base-template#readme",
"dependencies": {
"@hashgraph/sdk": "2.48.1",
"dotenv": "16.4.5"
},
"devDependencies": {
"husky": "9.1.4",
"prettier": "3.3.3"
}
}