-
Notifications
You must be signed in to change notification settings - Fork 150
/
package.json
32 lines (32 loc) · 806 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
{
"name": "notionstar",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node ./main.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lcjnil/actions.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lcjnil/actions/issues"
},
"homepage": "https://github.com/lcjnil/actions#readme",
"devDependencies": {
"prettier": "^2.3.2"
},
"dependencies": {
"@notionhq/client": "^0.2.2",
"@octokit/core": "^3.5.1",
"@tsconfig/node16": "^1.0.1",
"@types/node": "^16.3.3",
"@types/write": "^2.0.1",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"write": "^2.0.0"
}
}