-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 713 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 713 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
{
"name": "neutrinojs-typescript-eslint",
"version": "1.3.2",
"description": "Typescript ESLint integration for neutrino projects",
"files": [
"index.js"
],
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/davidje13/neutrino-typescript-eslint.git"
},
"keywords": [
"neutrino",
"typescript",
"eslint"
],
"author": "David Evans",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidje13/neutrino-typescript-eslint/issues"
},
"homepage": "https://github.com/davidje13/neutrino-typescript-eslint#readme",
"dependencies": {
"typescript-eslint-converter": "1.x",
"neutrino-patch": "1.x"
}
}