-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
35 lines (35 loc) · 867 Bytes
/
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
{
"name": "featherwiki",
"version": "1.8.0",
"nickname": "Skylark",
"title": "Feather Wiki",
"description": "A lightweight quine for simple, self-contained wikis",
"homepage": "https://feather.wiki",
"repository": {
"type": "git",
"url": "https://codeberg.org/Alamantus/FeatherWiki.git"
},
"scripts": {
"start": "node scripts/develop.js",
"build": "node scripts/build.js",
"test": "npm run build && node scripts/test-build.js"
},
"type": "module",
"dependencies": {
"nanobus": "^4.5.0",
"nanohref": "^3.1.0",
"nanohtml": "^1.10.0",
"nanomorph": "^5.4.3",
"nanoraf": "^3.1.0"
},
"devDependencies": {
"esbuild": "^0.20.2",
"minify-html-literals": "^1.3.5"
},
"peerDependencies": {
"assert": "^2.0.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"html-minifier": "^4.0.0"
}
}