-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 1.45 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
{
"name": "alastria-identity-example",
"version": "2.4.0",
"description": "This is an example of how to interact with the libraries from [alastria-identity-lib](https://github.com/alastria/alastria-identity-lib). The library alastria-identity-lib re-covers the Smart Contracts from [alastria-identity](https://github.com/alastria/alastriaID-hardhat-contracts).",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint './**/*.{js,ts,tsx}'",
"lint-fix": "eslint './**/*.{js,ts,tsx}' --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alastria/alastria-identity-example.git"
},
"keywords": [
"alastria",
"identity",
"self-sovereign-identity",
"ssi",
"blockchain",
"quorum"
],
"author": "Alastria",
"license": "MIT",
"bugs": {
"url": "https://github.com/alastria/alastria-identity-example/issues"
},
"homepage": "https://github.com/alastria/alastria-identity-example#readme",
"dependencies": {
"alastria-identity-JSON-objects": "github:alastria/alastria-identity-JSON-objects#develop",
"alastria-identity-lib": "github:alastria/alastria-identity-lib.git"
},
"devDependencies": {
"eslint": "7.19.0",
"eslint-config-prettier": "7.2.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1"
}
}