-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.31 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "picgo-plugin-lychee",
"version": "1.1.1",
"description": "PicGo uploader for Lychee",
"keywords": [
"picgo",
"picgo-gui-plugin",
"picgo-plugin",
"picgo-plugin-lychee",
"lychee"
],
"author": "ttionya",
"license": "MIT",
"homepage": "https://github.com/ttionya/picgo-plugin-lychee",
"repository": {
"type": "git",
"url": "git+https://github.com/ttionya/picgo-plugin-lychee.git"
},
"bugs": {
"url": "https://github.com/ttionya/picgo-plugin-lychee/issues"
},
"main": "./lib/index.js",
"files": [
"lib",
"logo.png"
],
"scripts": {
"bootstrap": "pnpm install",
"build": "rimraf lib && tsc",
"prepare": "husky install",
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@ttionya/eslint-config": "^2.5.0",
"@ttionya/prettier-config": "^1.2.0",
"@ttionya/tsconfig": "^2.1.0",
"@types/inquirer": "^0.0.42",
"@types/node": "^20.8.7",
"@types/semver": "^7.5.3",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"picgo": "^1.5.6",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
"dependencies": {
"form-data": "^4.0.0",
"human-format": "^1.2.0",
"os-locale": "^5.0.0",
"semver": "^7.5.4"
}
}