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": "wiki-plugin-wmap",
"version": "1.2.1",
"description": "Federated Wiki - Wmap Plugin",
"keywords": [
"wmap",
"wardley mapping",
"wiki",
"federated wiki",
"plugin"
],
"author": {
"name": "Rubén Beltrán del Río",
"email": "wiki@r.bdr.sh",
"url": "https://wiki.r.bdr.sh"
},
"scripts": {
"test": "node --test"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"esbuild": "^0.27.2",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"globals": "^16.5.0",
"isomorphic-dompurify": "^2.34.0",
"jsdom": "^27.3.0",
"prettier": "^3.7.4",
"wmap-parser": "^1.0.1",
"wmap-renderer-svg": "^1.0.0"
},
"license": "AGPL-3.0",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://git.sr.ht/~rbdr/wiki-plugin-wmap"
},
"bugs": {
"url": "https://todo.sr.ht/~rbdr/wmap"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}
|