-
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) · 799 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 799 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": "@rerokutosei/picgo-plugin-localbackup",
"version": "3.0.3-0",
"description": "Local backup plugin for PicList-Core with seamless PicList integration",
"main": "dist/index.js",
"files": [
"dist"
],
"homepage": "https://github.com/ReRokutosei/picgo-plugin-localbackup",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"No test specified\""
},
"keywords": [
"picgo",
"localbackup",
"picgo-plugin"
],
"author": "ReRokutosei",
"license": "MIT",
"peerDependencies": {
"piclist": ">=1.9.11"
},
"type": "commonjs",
"devDependencies": {
"@types/node": "^20.10.0",
"piclist": "^1.9.12",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"trash": "^9.0.0"
}
}