-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 869 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
{
"name": "notion-update-page",
"description": "Updating Notion page on merge of pull request",
"version": "3.0.0",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=offline node index.js",
"build": "npx ncc build index.js --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/szenius/notion-update-page.git"
},
"author": "Sze Ying",
"license": "ISC",
"bugs": {
"url": "https://github.com/szenius/notion-update-page/issues"
},
"homepage": "https://github.com/szenius/notion-update-page#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@notionhq/client": "^2.2.5",
"axios": "^1.4.0",
"btoa": "^1.2.1",
"dotenv": "^16.0.3"
},
"devDependencies": {
"@vercel/ncc": "^0.36.1"
},
"volta": {
"node": "16.20.0"
}
}