-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1020 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1020 Bytes
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
{
"name": "github-issues-browser",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --recursive './**/*.test.js' --exclude './node_modules/**/*.js'",
"lint": "./node_modules/.bin/eslint **/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vikkanaev/github-issues-browser.git"
},
"author": "vikkanaev@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/vikkanaev/github-issues-browser/issues"
},
"homepage": "https://github.com/vikkanaev/github-issues-browser#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"chai": "^4.2.0",
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.0",
"mocha": "^8.0.1"
}
}