-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 823 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 823 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
{
"name": "feedback-library",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test-content": "extra-eyes _posts/ --dict=library.dic",
"lint-md": "remark _posts",
"test": "bundle exec jekyll build && npm run test-content && npm run lint-md",
"pretty-quick": "pretty-quick"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@double-great/remark-lint-alt-text": "^1.0.0",
"@double-great/remark-lint-link-text": "^0.8.0",
"extra-eyes": "^3.3.0",
"husky": "^8.0.3",
"js-yaml": "^4.1.0",
"prettier": "^3.0.3",
"pretty-quick": "^3.1.3",
"remark-cli": "^12.0.0",
"remark-frontmatter": "^5.0.0",
"remark-frontmatter-validator": "^2.0.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}