|
1 | 1 | { |
2 | 2 | "name": "@solidlab/user-managed-access", |
3 | 3 | "version": "0.1.0", |
4 | | - "description": "UMA artefacts for use in the Solid ecosystem.", |
| 4 | + "description": "SolidLab access & usage control artefacts for use in the Solid ecosystem.", |
5 | 5 | "keywords": [ |
6 | 6 | "css", |
7 | 7 | "solid", |
|
10 | 10 | "uma", |
11 | 11 | "user managed access", |
12 | 12 | "access control", |
| 13 | + "usage control", |
13 | 14 | "authorization", |
14 | 15 | "policies", |
15 | 16 | "grants" |
16 | 17 | ], |
17 | 18 | "author": { |
18 | 19 | "name": "Wouter Termont", |
19 | 20 | "email": "wouter.termont@ugent.be", |
20 | | - "url": "https://wouter.termont.online" |
| 21 | + "url": "https://wouter.termont.online/" |
21 | 22 | }, |
22 | 23 | "license": "MIT", |
23 | 24 | "repository": "github:SolidLabResearch/user-managed-access", |
24 | 25 | "homepage": "https://github.com/SolidLabResearch/user-managed-access/README.md", |
25 | 26 | "bugs": "https://github.com/SolidLabResearch/user-managed-access/issues", |
26 | 27 | "contributors": [ |
| 28 | + { |
| 29 | + "name": "Ruben Dedecker", |
| 30 | + "email": "ruben.dedecker@ugent.be", |
| 31 | + "url": "https://pod.rubendedecker.be/profile/card#me" |
| 32 | + }, |
27 | 33 | { |
28 | 34 | "name": "Wout Slabbink", |
29 | 35 | "email": "wout.slabbink@ugent.be", |
|
32 | 38 | { |
33 | 39 | "name": "Wouter Termont", |
34 | 40 | "email": "wouter.termont@ugent.be", |
35 | | - "url": "https://wouter.termont.online" |
| 41 | + "url": "https://wouter.termont.online/" |
36 | 42 | } |
37 | 43 | ], |
38 | 44 | "private": true, |
39 | | - "packageManager": "yarn@4.0.2", |
| 45 | + "packageManager": "yarn@4.1.0", |
40 | 46 | "engines": { |
41 | 47 | "node": ">=18.18", |
42 | 48 | "yarn": ">=4.0" |
|
53 | 59 | "script:public": "yarn exec ts-node ./scripts/test-public.ts", |
54 | 60 | "script:private": "yarn exec ts-node ./scripts/test-private.ts", |
55 | 61 | "script:registration": "yarn exec ts-node ./scripts/test-registration.ts", |
56 | | - "script:flow": "yarn run script:public && yarn run script:private && yarn run script:registration" |
| 62 | + "script:ucp-enforcement": "yarn exec ts-node ./scripts/test-ucp-enforcement.ts", |
| 63 | + "script:uma-ucp": "yarn exec ts-node ./scripts/test-uma-ucp.ts", |
| 64 | + "script:flow": "yarn run script:public && yarn run script:private && yarn run script:uma-ucp && yarn run script:registration && yarn run script:ucp-enforcement" |
57 | 65 | }, |
58 | 66 | "devDependencies": { |
59 | 67 | "@commitlint/cli": "^16.1.0", |
60 | 68 | "@commitlint/config-conventional": "^16.0.0", |
| 69 | + "@solidlab/ucp": "workspace:^", |
61 | 70 | "@types/jest": "^29.5.6", |
62 | 71 | "@types/node": "^20.9.4", |
63 | 72 | "@typescript-eslint/eslint-plugin": "^5.12.1", |
|
67 | 76 | "eslint": "^8.10.0", |
68 | 77 | "jest": "^29.7.0", |
69 | 78 | "lerna": "^4.0.0", |
| 79 | + "koreografeye": "^0.4.8", |
70 | 80 | "shx": "^0.3.3", |
71 | 81 | "ts-jest": "^29.1.1", |
72 | 82 | "ts-node": "^10.9.1", |
|
0 commit comments