-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"name": "@51nodes/decentralized-schema-registry",
"version": "0.1.1",
"description": "Library for DID based schema registry CRUD operations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"test": "jest --config jestconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/51nodes/schema-registry-did-crud.git"
},
"author": "51nodes GmbH",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/51nodes/schema-registry-did-crud/issues"
},
"homepage": "https://github.com/51nodes/schema-registry-did-crud#readme",
"dependencies": {
"@evan.network/api-blockchain-core": "^2.20.0",
"@exodus/schemasafe": "^1.0.0-rc.2",
"bl": "^4.0.3",
"ipfs": "^0.46.0",
"tslog": "^2.6.5",
"xsdlibrary": "^1.3.0"
},
"devDependencies": {
"@types/jest": "^26.0.8",
"@types/node": "^14.0.27",
"jest": "^26.2.2",
"prettier": "^2.0.5",
"ts-jest": "^26.1.4",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.7"
}
}