-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1012 Bytes
/
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
{
"name": "@affinidi-tdk/credential-issuance-client",
"version": "1.39.0",
"description": "Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE",
"author": "Affinidi",
"repository": {
"type": "git",
"url": "https://github.com/affinidi/affinidi-tdk/tree/main/clients/typescript/credential-issuance-client"
},
"keywords": [
"affinidi-tdk",
"identity",
"holistic",
"network",
"openapi-client",
"openapi-generator",
"@affinidi-tdk/credential-issuance-client"
],
"license": "Apache-2.0",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"*"
],
"module": "./dist/esm/index.js",
"sideEffects": false,
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"lint": "eslint . --ext .ts",
"prepare": "npm run build"
},
"dependencies": {
"axios": "^1.6.0",
"axios-retry": "^4.1.0",
"url": "^0.11.3"
},
"devDependencies": {
"@types/node": "^18.18.2",
"typescript": "^4.0"
}
}