-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1 KB
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
{
"author": "Envision Blockchain Solutions <info@envisionblockchain.com>",
"dependencies": {
"@hashgraph/proto": "2.13.0",
"@hashgraph/sdk": "2.36.0",
"axios": "^1.3.6",
"axios-retry": "^3.2.4",
"express": "^4.17.3",
"gulp": "^4.0.2",
"gulp-copy": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1"
},
"description": "",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/gulp": "^4",
"@types/gulp-rename": "^2",
"nodemon": "^2.0.12",
"typescript": "^4.6.3"
},
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "topic-viewer",
"scripts": {
"build": "tsc",
"build:prod": "tsc --project tsconfig.production.json",
"debug": "nodemon dist/index.js",
"dev": "tsc -w",
"start": "node dist/index.js"
},
"version": "2.17.0"
}