-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 971 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": "import-sort-style-absolute",
"version": "1.0.1",
"description": "Style for import-sort which is compatible with eslint-plugin-import's import/first rule with absolute-first option",
"main": "lib/index.js",
"author": {
"name": "Alexander Bast",
"url": "https://github.com/alexanderbast"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"import-sort-style": "^3.0.0",
"typescript": "^2.4.2"
},
"scripts": {
"prepare": "npm run build",
"build": "tsc"
},
"keywords": [
"import-sort",
"import-sort-style",
"import-sort-style-absolute",
"eslint-plugin-import",
"sort imports"
],
"homepage": "https://github.com/alexanderbast/import-sort-style-absolute",
"repository": {
"type": "git",
"url": "alexanderbast/import-sort-style-absolute"
},
"bugs": {
"url": "https://github.com/alexanderbast/import-sort-style-absolute/issues"
},
"typings": "lib/index.d.ts"
}