forked from appvia/githubUserManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 833 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": "githubusermanager",
"version": "1.0.0",
"description": "GitHubUsername: .customSchemas.custom.GitHubUsername",
"main": "index.js",
"scripts": {
"test": "jest --ci",
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"start": "ts-node index"
},
"license": "MIT",
"devDependencies": {
"@octokit/types": "13.5.0",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"jest": "29.7.0",
"prettier": "3.3.3",
"ts-jest": "29.2.3"
},
"dependencies": {
"@octokit/auth-app": "^7.1.0",
"@octokit/rest": "^21.0.1",
"googleapis": "^140.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}