-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 843 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
{
"name": "script_github",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "tsc && node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JackTn/script_github.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JackTn/script_github/issues"
},
"engines": {
"node": ">=14"
},
"homepage": "https://github.com/JackTn/script_github#readme",
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/parse-link-header": "^2.0.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@types/node": "^18.6.3",
"lodash": "^4.17.21",
"octokit": "^2.0.4",
"parse-link-header": "^2.0.0"
}
}