-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.02 KB
/
package.json
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
{
"name": "@cesarlai/picgo-plugin-filename-format",
"version": "0.1.2",
"author": "Cesar Lai",
"description": "A picgo plugin to format filename by your setting.",
"main": "dist/index.js",
"license": "MIT",
"type": "commonjs",
"keywords": [
"picgo",
"picgo-plugin",
"format",
"typescript"
],
"files": [
"dist",
"README.md",
"package.json",
"LICENSE"
],
"repository": "[email protected]:CesarLai/picgo-plugin-filename-format.git",
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected]",
"engines": {
"node": ">= 12.0.0",
"npm": ">= 6.11.0"
},
"scripts": {
"prepublish": "npm run build",
"build": "rimraf dist && tspc"
},
"dependencies": {
"dayjs": "1.11.10",
"uuid": "9.0.1",
"tslib": "2.6.2"
},
"devDependencies": {
"@types/node": "16.9.1",
"@types/uuid": "9.0.7",
"picgo": "1.5.0-alpha.13",
"rimraf": "5.0.5",
"ts-patch": "3.1.1",
"typescript": "5.0.2",
"typescript-transform-paths": "3.4.6"
}
}