-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
64 lines (64 loc) · 1.6 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
60
61
62
63
64
{
"name": "@archethicjs/sdk",
"version": "1.21.3",
"description": "Archethic Javascript SDK",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"build": "tsc && node build.js",
"prepublishOnly": "npm run build",
"postpublish": "rm -r dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archethic-foundation/libjs.git"
},
"keywords": [
"archethic",
"transaction-chain",
"blockchain"
],
"author": "Archethic Foundation <[email protected]>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/archethic-foundation/libjs/issues"
},
"homepage": "https://github.com/archethic-foundation/libjs#readme",
"devDependencies": {
"@types/absinthe__socket": "^0.2.3",
"@types/chrome": "0.0.266",
"@types/ed2curve": "^0.2.4",
"@types/elliptic": "^6.4.14",
"@types/jest": "^29.5.0",
"@types/sjcl": "^1.0.34",
"esbuild": "^0.19.0",
"jest": "^29.5.0",
"nock": "^13.3.0",
"prettier": "3.1.0",
"ts-jest": "^29.1.0",
"ts-jest-resolver": "^2.0.1"
},
"dependencies": {
"@absinthe/socket": "^0.2.1",
"blakejs": "^1.2.1",
"buffer": "^6.0.3",
"cross-fetch": "^4.0.0",
"crypto-js": "^4.1.1",
"curve25519-js": "^0.0.4",
"ed2curve": "^0.3.0",
"elliptic": "^6.5.4",
"fast-check": "^3.19.0",
"isomorphic-ws": "^5.0.0",
"js-sha3": "^0.9.0",
"json-rpc-2.0": "^1.6.0",
"phoenix": "^1.7.2",
"sjcl": "^1.0.8",
"tweetnacl": "^1.0.3",
"uninstall": "^0.0.0"
}
}