-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 814 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
{
"name": "@vanyauhalin/userscript-redirect-from-wikipedia-to-wikiwand",
"version": "0.1.0",
"description": "Userscript that redirects from Wikipedia to Wikiwand",
"keywords": [
"userscript",
"redirect",
"wikiwand",
"wikipedia"
],
"author": {
"name": "Ivan Uhalin",
"email": "vanyauhalin@gmail.com",
"url": "https://vanyauhalin.me/"
},
"license": "MIT",
"homepage": "https://github.com/vanyauhalin/userscript-redirect-from-wikipedia-to-wikiwand/",
"bugs": "https://github.com/vanyauhalin/userscript-redirect-from-wikipedia-to-wikiwand/issues/",
"repository": "github:vanyauhalin/userscript-redirect-from-wikipedia-to-wikiwand",
"type": "module",
"main": "main.js",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"typescript": "^5.5.4"
}
}