-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 877 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 877 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/qwqnt-community/types/main/plugin.schema.json",
"name": "scriptio",
"type": "module",
"version": "1.5.0",
"description": "Load custom UserScripts for QQNT",
"main": "main.js",
"qwqnt": {
"name": "Scriptio",
"dependencies": {
"qwqnt-hako": "^1.0.1"
},
"icon": "./icons/thumb.svg"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/PRO-2684/Scriptio.git"
},
"keywords": [
"qwqnt",
"userscript"
],
"author": "PRO-2684",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/PRO-2684/Scriptio/issues"
},
"homepage": "https://github.com/PRO-2684/Scriptio#readme",
"devDependencies": {
"@qwqnt/types": "github:qwqnt-community/types"
}
}