-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
42 lines (42 loc) · 957 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
41
42
{
"name": "Notion-Board",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "tsc",
"package": "ncc build ./build -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Souvikns/Notion-Board.git"
},
"keywords": [
"github actions"
],
"author": {
"name": "Souvik De",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Souvikns/Notion-Board/issues"
},
"homepage": "https://github.com/Souvikns/Notion-Board#readme",
"devDependencies": {
"@types/jest": "^27.0.1",
"@vercel/ncc": "^0.31.1",
"dotenv": "^10.0.0",
"jest": "^27.2.0",
"ts-jest": "^27.0.5",
"typescript": "^4.3.4"
},
"dependencies": {
"@actions/core": "^1.5.0",
"@actions/github": "^5.0.0",
"@notionhq/client": "^1.0.4",
"@types/node": "^15.12.3",
"chalk": "^4.1.2"
}
}