forked from mohuishou/notion-blog-actions
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
40 lines (40 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
{
"name": "notion2markdown-action",
"version": "0.7.5",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test/test.js",
"build": "ncc build src/index.js -o dist/"
},
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.1.1",
"@notionhq/client": "^0.4.9",
"@types/node": "^16.11.12",
"adm-zip": "^0.5.9",
"axios": "^0.24.0",
"cheerio": "^1.0.0-rc.12",
"dayjs": "^1.10.7",
"glob": "^7.2.0",
"image-size": "^1.0.2",
"imagemin": "^7.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^9.0.0",
"install": "^0.13.0",
"md5-file": "^5.0.0",
"moment-timezone": "^0.5.43",
"notion-to-md": "^3.1.1",
"npm": "^9.6.4",
"p-queue": "^7.3.4",
"picgo": "^1.5.6",
"prettier": "^2.7.1",
"twemoji": "^13.1.0",
"yaml": "^2.0.0-9"
}
}