forked from archethic-foundation/libjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.52 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
{
"name": "archethic",
"version": "1.15.0",
"description": "Archethic Javascript SDK",
"main": "index.js",
"unpkg": "dist/archethic.js",
"jsdelivr": "dist/archethic.js",
"type": "module",
"scripts": {
"test": "mocha --require @babel/register",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archethic-foundation/libjs.git"
},
"keywords": [
"archethic",
"transaction-chain",
"blockchain"
],
"author": "",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/archethic-foundation/libjs/issues"
},
"homepage": "https://github.com/archethic-foundation/libjs#readme",
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/register": "^7.18.9",
"esbuild": "^0.15.10",
"mocha": "^9.1.1",
"nock": "^13.2.9"
},
"dependencies": {
"@absinthe/socket": "^0.2.1",
"@qix/base64url-arraybuffer": "^1.0.0",
"blakejs": "^1.2.1",
"cross-fetch": "^3.1.4",
"crypto-js": "^4.1.1",
"curve25519-js": "^0.0.4",
"eccrypto": "^1.1.6",
"ed2curve": "^0.3.0",
"elliptic": "^6.5.4",
"events": "^3.3.0",
"isomorphic-ws": "^4.0.1",
"js-sha3": "^0.8.0",
"json-rpc-2.0": "^1.5.1",
"phoenix": "^1.6.6",
"sjcl": "^1.0.8",
"ws": "^8.5.0"
}
}