-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.95 KB
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
65
66
67
68
69
70
{
"name": "@hyperledger-cacti/cactus-test-cmd-api-server",
"version": "3.0.0-beta.1",
"description": "Integration tests for the Cactus API Client package (formerly known as the Cactus SDK package that has been renamed for to purpose of being less ambiguous)",
"keywords": [
"Hyperledger",
"Cacti",
"Integration",
"Blockchain",
"Distributed Ledger Technology"
],
"homepage": "https://github.com/hyperledger-cacti/cacti#readme",
"bugs": {
"url": "https://github.com/hyperledger-cacti/cacti/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger-cacti/cacti-demos.git"
},
"license": "Apache-2.0",
"author": {
"name": "Hyperledger Cacti Contributors",
"email": "cacti@lists.lfdecentralizedtrust.org",
"url": "https://www.lfdecentralizedtrust.org/projects/cacti"
},
"contributors": [
{
"name": "Please add yourself to the list of contributors",
"email": "your.name@example.com",
"url": "https://example.com"
},
{
"name": "Peter Somogyvari",
"email": "peter.somogyvari@accenture.com",
"url": "https://accenture.com"
}
],
"main": "dist/lib/main/typescript/index.js",
"module": "dist/lib/main/typescript/index.js",
"types": "dist/lib/main/typescript/index.d.ts",
"files": [
"dist/*"
],
"scripts": {
"watch": "npm-watch"
},
"dependencies": {
"@hyperledger-cacti/cactus-cmd-api-server": "3.0.0",
"@hyperledger-cacti/cactus-common": "3.0.0",
"@hyperledger-cacti/cactus-core": "3.0.0",
"@hyperledger-cacti/cactus-core-api": "3.0.0",
"express-jwt-authz": "2.4.1",
"jose": "6.2.9",
"uuid": "14.0.2"
},
"devDependencies": {
"@hyperledger-cacti/cactus-test-tooling": "3.0.0-beta.1",
"@types/jest": "30.0.0",
"@types/uuid": "11.0.0",
"jest-extended": "7.0.0"
},
"engines": {
"node": ">=18",
"npm": ">=8"
},
"publishConfig": {
"access": "public"
},
"watch": {}
}