-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 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
{
"name": "javascript-chain",
"version": "1.0.0",
"description": "Model beta dari blockchain modular yang bisa ditambang dari HP, Termux, atau APK.",
"main": "block.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"axios": "^1.11.0",
"bcryptjs": "^3.0.3",
"body-parser": "^2.2.0",
"cors": "^2.8.6",
"ejs": "^3.1.10",
"elliptic": "^6.6.1",
"express": "^5.1.0",
"express-rate-limit": "^8.2.1",
"express-session": "^1.19.0",
"firebase-admin": "^13.5.0",
"helmet": "^8.1.0",
"js-sha3": "^0.9.3",
"morgan": "^1.10.1",
"qrcode": "^1.5.4",
"socket.io": "^4.8.1",
"ws": "^8.18.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rizkimaryanto7-creator/Javascript-chain.git"
},
"bugs": {
"url": "https://github.com/rizkimaryanto7-creator/Javascript-chain/issues"
},
"homepage": "https://github.com/rizkimaryanto7-creator/Javascript-chain#readme"
}