-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 926 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 926 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
32
33
34
{
"name": "walitoff-github-readme",
"version": "1.0.0",
"description": "Start page for Walitoff Studio github",
"homepage": "https://github.com/walitoff/.github",
"repository": {
"type": "git",
"url": "git+https://github.com/walitoff/.github.git"
},
"license": "ISC",
"author": "Ramil Valitov <ramil@walitoff.com>",
"scripts": {
"markdown": "remark . --frail",
"markdown:fix": "remark . --frail --output",
"sort": "sort-package-json ./package.json",
"test": "npm run markdown"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-consistent",
"remark-preset-lint-recommended"
]
},
"devDependencies": {
"remark-cli": "^11.0.0",
"remark-lint-list-item-indent": "^3.1.2",
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-recommended": "^6.1.3",
"sort-package-json": "^2.4.1"
},
"engines": {
"node": ">=18.0.0"
}
}