-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 933 Bytes
/
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": "@narkdown/awesome-reading-list",
"version": "0.0.0",
"description": "Create your own Awesome Reading List sync with Notion Database",
"keywords": [
"notion",
"notionapi",
"awesome",
"awesome-list",
"markdown",
"actions",
"github-actions"
],
"repository": {
"type": "git",
"url": "git+https://github.com/narkdown/awesome-reading-list.git"
},
"license": "MIT",
"author": "Younho Choo <[email protected]>",
"type": "commonjs",
"main": "dist/index.js",
"scripts": {
"build": "ncc build index.js --license LICENSE"
},
"dependencies": {
"@actions/core": "1.6.0",
"@actions/github": "5.0.0",
"@narkdown/client": "0.4.0",
"@narkdown/notion-parser": "0.6.0",
"@narkdown/notion-utils": "0.1.0",
"ejs": "3.1.6",
"prettier": "2.5.0"
},
"devDependencies": {
"@vercel/ncc": "0.31.1"
},
"engines": {
"node": ">=12"
}
}