-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 973 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 973 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
33
34
35
{
"name": "rollup-plugin-userscript-metadata",
"version": "2.0.1",
"description": "A Rollup plugin that enables automatic generation of userscript metadata from JSON.",
"main": "dist/index.cjs.min.js",
"module": "dist/index.es.min.js",
"types": "dist/types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"build": "rollup -c"
},
"homepage": "https://github.com/GuangChen2333/rollup-plugin-userscript-metadata",
"bugs": {
"url": "https://github.com/GuangChen2333/rollup-plugin-userscript-metadata/issues"
},
"keywords": [
"rollup",
"plugin",
"userscript"
],
"author": "GuangChen2333 <guangchenworks@outlook.com>",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-buble": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "^20.8.6",
"rollup": "^4.1.0",
"tslib": "^2.6.2"
}
}