-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 803 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 803 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
{
"devDependencies": {
"@rollup/plugin-node-resolve": "^10.0.0",
"rollup": "^2.26.5",
"rollup-plugin-terser": "^7.0.2",
"userscript-meta": "^1.0.1"
},
"name": "userscripts",
"description": "This repository is here to host all the Tampermonkey / Greasemonkey userscripts I've written. Each userscript contained here is licensed under an MIT license independently.",
"version": "1.0.0",
"main": "none",
"scripts": {
"build": "rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m3tior/userscripts.git"
},
"keywords": [
"userscript",
"javascript",
"m3tior"
],
"author": "M3TIOR",
"license": "MIT",
"bugs": {
"url": "https://github.com/m3tior/userscripts/issues"
},
"homepage": "https://github.com/m3tior/userscripts#readme"
}