forked from sapegin/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "dotfiles",
"version": "0.0.0",
"private": true,
"scripts": {
"lint": "eslint . --cache --fix",
"test": "npm run lint",
"posttest": "npm run format",
"format": "prettier --write '**/*.{js,md}'"
},
"engines": {
"node": ">=8.9"
},
"dependencies": {
"diff-so-fancy": "^1.2.0",
"eslint": "^5.11.1",
"eslint-config-tamia": "^6.0.2",
"fastmatter": "^1.1.1",
"glob": "^7.1.3",
"mkdirp": "~0.5.1",
"mrm-core": "^3.3.0",
"prettier": "^1.15.3",
"pretty-bytes-cli": "^2.0.0",
"proselint": "^0.1.7",
"spaceship-prompt": "^3.9.0",
"textlint": "^11.0.2",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^1.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-diacritics": "0.0.2",
"textlint-rule-no-dead-link": "^4.4.1",
"textlint-rule-stop-words": "^1.0.7",
"textlint-rule-terminology": "^1.1.30",
"textlint-rule-write-good": "^1.6.2",
"trash-cli": "^1.4.0",
"user-home": "^2.0.0"
}
}