@astrox/auth-client 0.0.49 → 0.0.50

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 +47 -61
package/package.json CHANGED
@@ -1,63 +1,49 @@
1
1
  {
2
- "name": "@astrox/auth-client",
3
- "version": "0.0.49",
4
- "author": "DFINITY Stiftung <sdk@astrox.org>",
5
- "license": "Apache-2.0",
6
- "description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity",
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
- "candid",
19
- "motoko",
20
- "javascript",
21
- "typescript",
22
- "blockchain",
23
- "crypto",
24
- "distributed",
25
- "api"
26
- ],
27
- "main": "./lib/cjs/index.js",
28
- "module": "./lib/esm/index.js",
29
- "publishConfig": {
30
- "access": "public"
31
- },
32
- "scripts": {
33
- "build": "tsc -b && tsc -p tsconfig-cjs.json",
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/auth-client --excludeInternal",
38
- "release": "npm publish",
39
- "test": "jest",
40
- "test:coverage": "jest --verbose --collectCoverage"
41
- },
42
- "devDependencies": {
43
- "@astrox/agent": "^0.0.49",
44
- "@astrox/authentication": "^0.0.49",
45
- "@astrox/identity": "^0.0.49",
46
- "@astrox/principal": "^0.0.49",
47
- "@trust/webcrypto": "^0.9.2",
48
- "@types/jest": "^24.9.1",
49
- "@typescript-eslint/eslint-plugin": "^4.14.2",
50
- "@typescript-eslint/parser": "^4.14.2",
51
- "eslint": "^7.19.0",
52
- "eslint-plugin-jsdoc": "^31.6.0",
53
- "jest": "^26.6.3",
54
- "jest-expect-message": "^1.0.2",
55
- "text-encoding": "^0.7.0",
56
- "ts-jest": "^26.5.4",
57
- "tslint": "^5.20.0",
58
- "typedoc": "^0.22.15",
59
- "typescript": "^4.2.3",
60
- "whatwg-fetch": "^3.0.0"
61
- },
62
- "gitHead": "80178a0ca21e3ee301157af6a9c22311c234aaab"
2
+ "name": "@astrox/auth-client",
3
+ "version": "0.0.50",
4
+ "author": "DFINITY Stiftung <sdk@astrox.org>",
5
+ "license": "Apache-2.0",
6
+ "description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity",
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
+ "candid",
19
+ "motoko",
20
+ "javascript",
21
+ "typescript",
22
+ "blockchain",
23
+ "crypto",
24
+ "distributed",
25
+ "api"
26
+ ],
27
+ "main": "./lib/cjs/index.js",
28
+ "module": "./lib/esm/index.js",
29
+ "publishConfig": {
30
+ "access": "public"
31
+ },
32
+ "devDependencies": {
33
+ "@trust/webcrypto": "^0.9.2",
34
+ "@types/jest": "^24.9.1",
35
+ "@typescript-eslint/eslint-plugin": "^4.14.2",
36
+ "@typescript-eslint/parser": "^4.14.2",
37
+ "eslint": "^7.19.0",
38
+ "eslint-plugin-jsdoc": "^31.6.0",
39
+ "jest": "^26.6.3",
40
+ "jest-expect-message": "^1.0.2",
41
+ "text-encoding": "^0.7.0",
42
+ "ts-jest": "^26.5.4",
43
+ "tslint": "^5.20.0",
44
+ "typedoc": "^0.22.15",
45
+ "typescript": "^4.2.3",
46
+ "whatwg-fetch": "^3.0.0"
47
+ },
48
+ "gitHead": "edbc8cd80c1baaba0a973ff3af61e02eee97c474"
63
49
  }