@astrox/identity 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 +55 -70
package/package.json CHANGED
@@ -1,72 +1,57 @@
1
1
  {
2
- "name": "@astrox/identity",
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 with the Internet Computer",
7
- "homepage": "https://github.com/AstroxNetwork/astrox-js",
8
- "keywords": [
9
- "internet computer",
10
- "ic",
11
- "dfinity",
12
- "canister",
13
- "webauthn",
14
- "identity",
15
- "principal",
16
- "authentication",
17
- "dfx",
18
- "motoko",
19
- "javascript",
20
- "typescript",
21
- "blockchain",
22
- "crypto",
23
- "distributed",
24
- "api"
25
- ],
26
- "main": "./lib/cjs/index.js",
27
- "module": "./lib/esm/index.js",
28
- "publishConfig": {
29
- "access": "public"
30
- },
31
- "scripts": {
32
- "build": "tsc -b && tsc -p tsconfig-cjs.json",
33
- "build:watch": "tsc -b --watch",
34
- "bundle": "npm run build",
35
- "lint": "eslint 'src' --ext '.js,.jsx,.ts,.tsx'",
36
- "lint:fix": "npm run lint -- --fix",
37
- "make:docs/reference": "typedoc src/index.ts --out ../../docs/generated/identity-ledgerhq --excludeInternal",
38
- "release": "npm publish",
39
- "test": "jest",
40
- "test:coverage": "jest --verbose --collectCoverage"
41
- },
42
- "dependencies": {
43
- "@astrox/agent": "^0.0.49",
44
- "@astrox/candid": "^0.0.49",
45
- "@astrox/identity": "^0.0.49",
46
- "@astrox/principal": "^0.0.49",
47
- "borc": "^2.1.1",
48
- "buffer": "6.0.3",
49
- "js-sha256": "^0.9.0",
50
- "secp256k1": "^4.0.2",
51
- "simple-cbor": "^0.4.1",
52
- "tweetnacl": "^1.0.1"
53
- },
54
- "devDependencies": {
55
- "@trust/webcrypto": "^0.9.2",
56
- "@types/jest": "^24.9.1",
57
- "@types/secp256k1": "^4.0.3",
58
- "@typescript-eslint/eslint-plugin": "^4.14.2",
59
- "@typescript-eslint/parser": "^4.14.2",
60
- "eslint": "^7.19.0",
61
- "eslint-plugin-jsdoc": "^31.6.0",
62
- "jest": "^26.6.3",
63
- "jest-expect-message": "^1.0.2",
64
- "text-encoding": "^0.7.0",
65
- "ts-jest": "^26.5.4",
66
- "tslint": "^5.20.0",
67
- "typedoc": "^0.22.15",
68
- "typescript": "^4.2.3",
69
- "whatwg-fetch": "^3.0.0"
70
- },
71
- "gitHead": "80178a0ca21e3ee301157af6a9c22311c234aaab"
2
+ "name": "@astrox/identity",
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 with the Internet Computer",
7
+ "homepage": "https://github.com/AstroxNetwork/astrox-js",
8
+ "keywords": [
9
+ "internet computer",
10
+ "ic",
11
+ "dfinity",
12
+ "canister",
13
+ "webauthn",
14
+ "identity",
15
+ "principal",
16
+ "authentication",
17
+ "dfx",
18
+ "motoko",
19
+ "javascript",
20
+ "typescript",
21
+ "blockchain",
22
+ "crypto",
23
+ "distributed",
24
+ "api"
25
+ ],
26
+ "main": "./lib/cjs/index.js",
27
+ "module": "./lib/esm/index.js",
28
+ "publishConfig": {
29
+ "access": "public"
30
+ },
31
+ "dependencies": {
32
+ "borc": "^2.1.1",
33
+ "buffer": "6.0.3",
34
+ "js-sha256": "^0.9.0",
35
+ "secp256k1": "^4.0.2",
36
+ "simple-cbor": "^0.4.1",
37
+ "tweetnacl": "^1.0.1"
38
+ },
39
+ "devDependencies": {
40
+ "@trust/webcrypto": "^0.9.2",
41
+ "@types/jest": "^24.9.1",
42
+ "@types/secp256k1": "^4.0.3",
43
+ "@typescript-eslint/eslint-plugin": "^4.14.2",
44
+ "@typescript-eslint/parser": "^4.14.2",
45
+ "eslint": "^7.19.0",
46
+ "eslint-plugin-jsdoc": "^31.6.0",
47
+ "jest": "^26.6.3",
48
+ "jest-expect-message": "^1.0.2",
49
+ "text-encoding": "^0.7.0",
50
+ "ts-jest": "^26.5.4",
51
+ "tslint": "^5.20.0",
52
+ "typedoc": "^0.22.15",
53
+ "typescript": "^4.2.3",
54
+ "whatwg-fetch": "^3.0.0"
55
+ },
56
+ "gitHead": "24113873d06cc7533d4b7b7ffea5122690e74e1e"
72
57
  }