@astrox/identity-ledgerhq 0.0.49 → 0.0.52

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +57 -71
package/package.json CHANGED
@@ -1,73 +1,59 @@
1
1
  {
2
- "name": "@astrox/identity-ledgerhq",
3
- "version": "0.0.49",
4
- "author": "DFINITY Stiftung <sdk@astrox.org>",
5
- "license": "Apache-2.0",
6
- "description": "JavaScript and TypeScript library to manage identity and authentication with the Internet Computer",
7
- "homepage": "https://github.com/AstroxNetwork/astrox-js",
8
- "keywords": [
9
- "internet computer",
10
- "ic",
11
- "dfinity",
12
- "canister",
13
- "ledgerhq",
14
- "ledger",
15
- "identity",
16
- "principal",
17
- "authentication",
18
- "dfx",
19
- "candid",
20
- "motoko",
21
- "javascript",
22
- "typescript",
23
- "blockchain",
24
- "crypto",
25
- "distributed",
26
- "api"
27
- ],
28
- "main": "./lib/cjs/index.js",
29
- "module": "./lib/esm/index.js",
30
- "publishConfig": {
31
- "access": "public"
32
- },
33
- "scripts": {
34
- "build": "tsc -b && tsc -p tsconfig-cjs.json",
35
- "build:watch": "tsc -b --watch",
36
- "bundle": "npm run build",
37
- "lint": "eslint 'src' --ext '.js,.jsx,.ts,.tsx'",
38
- "lint:fix": "npm run lint -- --fix",
39
- "make:docs/reference": "typedoc src/index.ts --out ../../docs/generated/identity-ledgerhq --excludeInternal",
40
- "release": "npm publish",
41
- "test": "jest",
42
- "test:coverage": "jest --verbose --collectCoverage"
43
- },
44
- "dependencies": {
45
- "@astrox/agent": "^0.0.49",
46
- "@astrox/identity": "^0.0.49",
47
- "@astrox/principal": "^0.0.49",
48
- "@ledgerhq/hw-transport": "^5.49.0",
49
- "@ledgerhq/hw-transport-webhid": "^5.49.0",
50
- "@zondax/ledger-dfinity": "0.2.1",
51
- "buffer": "6.0.3",
52
- "js-sha256": "^0.9.0",
53
- "simple-cbor": "^0.4.1"
54
- },
55
- "devDependencies": {
56
- "@trust/webcrypto": "^0.9.2",
57
- "@types/jest": "^24.9.1",
58
- "@types/ledgerhq__hw-transport": "^4.21.3",
59
- "@typescript-eslint/eslint-plugin": "^4.14.2",
60
- "@typescript-eslint/parser": "^4.14.2",
61
- "eslint": "^7.19.0",
62
- "eslint-plugin-jsdoc": "^31.6.0",
63
- "jest": "^26.6.3",
64
- "jest-expect-message": "^1.0.2",
65
- "text-encoding": "^0.7.0",
66
- "ts-jest": "^26.5.4",
67
- "tslint": "^5.20.0",
68
- "typedoc": "^0.22.15",
69
- "typescript": "^4.2.3",
70
- "whatwg-fetch": "^3.0.0"
71
- },
72
- "gitHead": "80178a0ca21e3ee301157af6a9c22311c234aaab"
2
+ "name": "@astrox/identity-ledgerhq",
3
+ "version": "0.0.52",
4
+ "author": "DFINITY Stiftung <sdk@astrox.org>",
5
+ "license": "Apache-2.0",
6
+ "description": "JavaScript and TypeScript library to manage identity and authentication with the Internet Computer",
7
+ "homepage": "https://github.com/AstroxNetwork/astrox-js",
8
+ "keywords": [
9
+ "internet computer",
10
+ "ic",
11
+ "dfinity",
12
+ "canister",
13
+ "ledgerhq",
14
+ "ledger",
15
+ "identity",
16
+ "principal",
17
+ "authentication",
18
+ "dfx",
19
+ "candid",
20
+ "motoko",
21
+ "javascript",
22
+ "typescript",
23
+ "blockchain",
24
+ "crypto",
25
+ "distributed",
26
+ "api"
27
+ ],
28
+ "main": "./lib/cjs/index.js",
29
+ "module": "./lib/esm/index.js",
30
+ "publishConfig": {
31
+ "access": "public"
32
+ },
33
+ "dependencies": {
34
+ "@ledgerhq/hw-transport": "^5.49.0",
35
+ "@ledgerhq/hw-transport-webhid": "^5.49.0",
36
+ "@zondax/ledger-dfinity": "0.2.1",
37
+ "buffer": "6.0.3",
38
+ "js-sha256": "^0.9.0",
39
+ "simple-cbor": "^0.4.1"
40
+ },
41
+ "devDependencies": {
42
+ "@trust/webcrypto": "^0.9.2",
43
+ "@types/jest": "^24.9.1",
44
+ "@types/ledgerhq__hw-transport": "^4.21.3",
45
+ "@typescript-eslint/eslint-plugin": "^4.14.2",
46
+ "@typescript-eslint/parser": "^4.14.2",
47
+ "eslint": "^7.19.0",
48
+ "eslint-plugin-jsdoc": "^31.6.0",
49
+ "jest": "^26.6.3",
50
+ "jest-expect-message": "^1.0.2",
51
+ "text-encoding": "^0.7.0",
52
+ "ts-jest": "^26.5.4",
53
+ "tslint": "^5.20.0",
54
+ "typedoc": "^0.22.15",
55
+ "typescript": "^4.2.3",
56
+ "whatwg-fetch": "^3.0.0"
57
+ },
58
+ "gitHead": "24113873d06cc7533d4b7b7ffea5122690e74e1e"
73
59
  }