-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
47 lines (47 loc) · 1.1 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "prettier_d_slim",
"version": "1.2.0",
"description": "Makes prettier fast",
"bin": {
"prettier_d_slim": "lib/bin/prettier_d_slim.js"
},
"keywords": [
"prettier",
"daemon"
],
"author": "Mike Wyatt <[email protected]>",
"contributors": [],
"homepage": "https://github.com/mikew/prettier_d_slim",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/mikew/prettier_d_slim.js.git"
},
"dependencies": {
"camelize": "^1.0.0",
"core_d": "^3.2.0",
"minimist": "^1.2.0",
"nanolru": "^1.0.0",
"prettier": "^2.2.1",
"resolve": "^1.8.1"
},
"files": [
"bin",
"lib",
"LICENSE",
"README.md"
],
"license": "MIT",
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/node": "^14.14.31",
"@types/prettier": "^2.2.2",
"@types/resolve": "^1.20.0",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"typescript": "^4.2.3"
}
}