-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
37
38
39
40
41
42
{
"name": "creativechain-platform-core",
"version": "1.2.4",
"description": "Creativechain Platform Core",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativechain/platform-core.git"
},
"keywords": [
"creativechain",
"creativecoin",
"trantor",
"platform",
"universe",
"core"
],
"author": "Creativechain Developers",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/creativechain/platform-core/issues"
},
"homepage": "https://github.com/creativechain/platform-core#readme",
"dependencies": {
"altcoin-rpc": "^1.0.2",
"better-sqlite3": "^4.1.0",
"bitcoinjs-lib": "^3.3.2",
"coinselect": "github:creativechain/coinselect",
"file-size": "^1.0.0",
"has-binary2": "^1.0.2",
"ipfs": "^0.31.7",
"log4js": "^2.7.0",
"lzma": "^2.3.2",
"path": "^0.12.7",
"sha256": "^0.2.0",
"trantor-js": "^0.4.4",
"upath": "^1.0.4"
}
}