-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 884 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": "@vladaviedov/gh-lang-stats",
"version": "0.8.2",
"description": "Github Lang Stats",
"homepage": "https://github.com/vladaviedov/gh-lang-stats",
"bugs": "https://github.com/vladaviedov/gh-lang-stats/issues",
"repository": {
"type": "git",
"url": "https://github.com/vladaviedov/gh-lang-stats"
},
"license": "MIT",
"author": "Vladyslav Aviedov <[email protected]>",
"files": [
"src/*.js"
],
"main": "src/main.js",
"type": "module",
"bin": "src/main.js",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"start": "node src/main.js",
"lint": "eslint src"
},
"devDependencies": {
"eslint": "^9.1.1"
},
"dependencies": {
"@octokit/core": "^6.1.2",
"@octokit/plugin-throttling": "^9.3.0",
"octokit": "^3.0.0",
"yaml": "^2.3.1"
}
}