-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.4 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@virtualeconomy/js-vsys",
"version": "0.2.8",
"description": "The official JavaScript SDK for VSYS APIs",
"keywords": [
"vsys",
"v-systems",
"blockchain",
"contracts"
],
"homepage": "https://github.com/virtualeconomy/js-vsys",
"type": "module",
"main": "./src/index.js",
"engines": {
"node": ">=16"
},
"scripts": {
"test": "jasmine",
"transpile": "npx babel src --out-dir lib"
},
"author": "",
"license": "ISC",
"dependencies": {
"@elusiv/sdk": "^0.1.18",
"@noble/ed25519": "^2.0.0",
"axlsign": "^1.0.0",
"big-integer": "^1.6.51",
"bignumber.js": "^9.0.2",
"blake2b": "^2.1.4",
"blakejs": "^1.1.1",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"buffer": "^6.0.3",
"codechain-primitives": "^1.0.4",
"crypto-js": "^4.1.1",
"curve25519-js": "^0.0.4",
"js-sha256": "^0.9.0",
"js-sha512": "^0.8.0",
"keccak256": "^1.0.6",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"jasmine": "^4.0.2",
"prettier": "^2.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/virtualeconomy/js-vsys.git"
},
"bugs": {
"url": "https://github.com/virtualeconomy/js-vsys/issues"
}
}