-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 905 Bytes
/
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
{
"name": "@virtualeconomy/js-vsys-toolkit",
"version": "0.0.8",
"description": "The official JavaScript Toolkit for VSYS APIs",
"keywords": [
"vsys",
"v-systems",
"blockchain",
"contracts"
],
"homepage": "https://github.com/virtualeconomy/vsys-toolkit",
"type": "module",
"main": "./src/index.js",
"engines": {
"node": ">=16"
},
"scripts": {
"test": "mocha --config test/config.mocharc.cjs --timeout 100000"
},
"author": "",
"license": "ISC",
"dependencies": {
"@virtualeconomy/js-vsys": "0.2.5",
"axlsign": "^1.0.0",
"chai": "^4.3.7",
"dotenv": "^16.0.3",
"jasmine": "^5.0.0",
"mocha": "^10.1.0",
"mochawesome": "^7.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/virtualeconomy/vsys-toolkit.git"
},
"bugs": {
"url": "https://github.com/virtualeconomy/vsys-toolkit/issues"
}
}