forked from ZToolsCenter/ZTools-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 794 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 794 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
{
"name": "ztools-plugins",
"version": "1.0.0",
"description": "ZTools插件中心仓库",
"private": true,
"type": "module",
"scripts": {
"detect": "node scripts/detect-changes.js",
"detect:all": "node scripts/detect-changes.js --all",
"build": "node scripts/build-plugins.js",
"test:package-manager": "node --test scripts/package-manager.test.js",
"test:manifest": "node --test scripts/generate-plugins-json.test.js",
"clean:plugins-node-modules": "node scripts/clean-plugin-node-modules.js",
"generate": "node scripts/generate-plugins-json.js"
},
"dependencies": {
"@octokit/rest": "^20.0.2",
"archiver": "^6.0.1",
"sharp": "^0.33.1",
"unzipper": "^0.12.3"
},
"devDependencies": {},
"engines": {
"node": ">=20.0.0"
}
}