forked from vefforritun/vef2-2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 880 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
{
"name": "fyrirlestrar",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"present": "reveal-md ./fyrirlestrar/ -w --disable-auto-open",
"eslint-js": "eslint fyrirlestrar/**/*.js",
"eslint-markdown": "eslint --ext md .",
"eslint-html": "eslint --ext html .",
"eslint": "npm run eslint-js -s && npm run eslint-markdown -s && npm run eslint-html -s",
"markdownlint": "markdownlint fyrirlestrar/**/*.md",
"test": "npm run eslint -s && npm run markdownlint -s"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"reveal-md": "^4.1.2"
},
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"markdownlint-cli": "^0.13.0"
}
}