-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 953 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
{
"name": "hubkit",
"version": "5.4.0",
"description": "GitHub API library for JavaScript, promise-based, for both NodeJS and the browser",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it",
"update": "yarn upgrade-interactive --latest"
},
"repository": {
"type": "git",
"url": "git://github.com/pkaminski/hubkit.git"
},
"keywords": [
"github",
"api",
"promise"
],
"author": "Piotr Kaminski <piotr@ideanest.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pkaminski/hubkit/issues"
},
"homepage": "https://github.com/pkaminski/hubkit",
"engines": {
"node": ">=14.0"
},
"dependencies": {
"axios": "^1.2.1",
"lru-cache": "6.x"
},
"devDependencies": {
"eslint": "^8.57.0",
"release-it": "15.3.0",
"reviewable-configs": "Reviewable/reviewable-configs"
}
}