-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.66 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.66 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "ky2_admin",
"version": "0.0.1",
"description": "Private Blockchain for Keep Your Endeavor Service with OSAM 2022",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node dist/src/main.js",
"console-build": "cd console/frontend && yarn build",
"prepare": "rm -rf dist && tsc"
},
"keywords": [
"blockchain",
"private blockchain",
"typescript",
"nodejs",
"crypto"
],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/osamhack2022/CLOUD_WEB_IOT_KeepYourEndeavor_Moment"
},
"dependencies": {
"@types/request": "^2.48.8",
"@types/yaml": "^1.9.7",
"axios": "^1.1.2",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dockerode": "^3.3.4",
"dotenv-safe": "^8.2.0",
"elliptic": "^6.5.4",
"express": "^4.18.1",
"hex-to-binary": "^1.0.1",
"kafkajs": "^2.2.0",
"merkle": "^0.6.0",
"moment": "^2.29.4",
"npm": "^8.19.2",
"ottoman": "^2.2.1",
"query-string": "^7.1.1",
"radom": "^0.1.1",
"request": "^2.88.2",
"uuid": "^9.0.0",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"yaml": "^2.1.1"
},
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@types/cors": "^2.8.12",
"@types/crypto-js": "^4.1.1",
"@types/dockerode": "^3.3.11",
"@types/elliptic": "^6.4.14",
"@types/express": "^4.17.13",
"@types/merkle": "^0.6.1",
"@types/random": "^3.0.1",
"@types/uuid": "^8.3.4",
"babel-core": "^6.26.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
}
}