-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 715 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 715 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
{
"repository": {
"type": "git",
"url": "https://github.com/undefined/undefined.git"
},
"bugs": {
"url": "https://github.com/undefined/undefined/issues"
},
"author": "Edwin Kofler <edwin@kofler.dev> (https://edwinkofler.com)",
"private": true,
"scripts": {
"format": "prettier --check .",
"lint": "eslint ."
},
"devDependencies": {
"@hyperupcall/markdownlint-config": "^0.3.2",
"@hyperupcall/prettier-config": "^0.7.0",
"fox-css": "^0.14.0",
"markdownlint": "^0.33.0",
"prettier": "^3.2.2",
"prettier-plugin-pkg": "^0.18.0"
},
"markdownlint-cli2": {
"extends": "./node_modules/@hyperupcall/markdownlint-config/.markdownlint.json"
},
"prettier": "@hyperupcall/prettier-config"
}