-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 680 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "@lorebooks-wiki/interwiki-redirects",
"version": "0.1.0",
"description": "A Hono server for the interwiki redirects with static website built with 11ty",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lorebooks-wiki/interwiki-redirects.git"
},
"author": "Andrei Jiroh Halili <ajhalili2006@crew.recaptime.dev>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/lorebooks-wiki/interwiki-redirects/issues"
},
"homepage": "https://github.com/lorebooks-wiki/interwiki-redirects#readme",
"workspaces": ["website"]
}