-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 994 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 994 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
35
36
{
"name": "ioncache.com",
"version": "2.1.0",
"description": "Personal website of Mark Jubenville, aka, ioncache.",
"license": "MIT",
"author": "Mark Jubenville <ioncache@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/ioncache/ioncache.com"
},
"scripts": {
"format": "oxfmt .",
"format:check": "oxfmt --check .",
"lint": "oxlint -f default && npm run lint:md",
"lint:fix": "oxlint --fix",
"lint:md": "markdownlint-cli2 \"**/*.md\" \"!.remember/**\" \"!app/lib/**\" \"!node_modules/**\"",
"prepare": "husky",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@commitlint/cli": "^21.2.1",
"@commitlint/config-conventional": "^21.0.2",
"husky": "^9.1.7",
"lint-staged": "^17.1.0",
"markdownlint-cli2": "^0.23.1",
"oxfmt": "^0.60.0",
"oxlint": "^1.74.0"
},
"engines": {
"node": ">=20"
},
"volta": {
"node": "24.16.0",
"npm": "11.17.0"
}
}