-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.95 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": "@ayanworks/credo-polygon-w3c-module",
"main": "build/index",
"types": "build/index",
"version": "0.0.2-alpha.11",
"files": [
"build"
],
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/ayanworks/afj-polygon-w3c-module",
"repository": {
"type": "git",
"url": "https://github.com/ayanworks/afj-polygon-w3c-module"
},
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf ./build",
"compile": "tsc -p tsconfig.build.json",
"prepublishOnly": "yarn run build",
"check-types": "tsc --noEmit -p tsconfig.build.json",
"check-format": "yarn prettier --check",
"prettier": "prettier --ignore-path .gitignore '**/*.+(js|json|ts|md|yml|yaml)'",
"test": "jest",
"lint": "eslint --ignore-path .gitignore ."
},
"dependencies": {
"@credo-ts/askar": "0.5.3",
"@credo-ts/core": "0.5.3",
"@ayanworks/polygon-did-registrar": "1.0.0",
"@ayanworks/polygon-did-resolver": "1.0.0",
"@ayanworks/polygon-schema-manager": "1.0.0",
"did-resolver": "^4.1.0",
"ethers": "^6.9.0"
},
"devDependencies": {
"@credo-ts/node": "0.5.3",
"@hyperledger/aries-askar-nodejs": "0.2.1",
"@hyperledger/aries-askar-shared": "0.2.1",
"@types/jest": "^26.0.23",
"@types/node": "^18.18.8",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"prettier": "^2.2.1",
"reflect-metadata": "^0.2.1",
"release-it": "^16.3.0",
"rimraf": "^4.4.0",
"rxjs": "^7.8.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.8.1",
"tsconfig-paths": "^4.1.2",
"typescript": "~4.9.5"
},
"packageManager": "[email protected]"
}