-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 748 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 748 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
{
"name": "bobplugin-maimemo-notebook",
"version": "0.3.1",
"description": "Bob 查询的单词导入到墨墨背单词",
"author": {
"name": "Chris Curry",
"email": "hichriscurry@gmail.com"
},
"keywords": [
"bob-plugin",
"maimemo",
"translator",
"notebook"
],
"scripts": {
"clean": "rm -rf dist",
"prebuild": "chmod +x scripts/zip.js",
"build": "npm run clean && rollup -c",
"dev": "rollup -c rollup.config.dev.js --watch"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"archiver": "^7.0.1",
"rollup": "^2.79.2",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.8.3"
},
"engines": {
"node": "20"
}
}