-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.33 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"$schema": "https://json.schemastore.org/package.json",
"name": "configs",
"version": "0.0.0",
"private": true,
"description": "🍱 Crucial Configs",
"keywords": [
"configs"
],
"homepage": "https://github.com/nozomiishii/configs#readme",
"bugs": {
"url": "https://github.com/nozomiishii/configs/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/nozomiishii/configs.git"
},
"license": "MIT",
"author": "Nozomi Ishii",
"type": "module",
"main": "README.md",
"scripts": {
"format": "pnpm prettier --check",
"format:fix": "pnpm prettier --write",
"prettier": "prettier . --ignore-unknown --ignore-path .gitignore",
"reset:node_modules": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' + && pnpm install"
},
"devDependencies": {
"@evilmartians/lefthook": "1.8.4",
"@nozomiishii/commitlint-config": "workspace:*",
"@nozomiishii/cspell-config": "workspace:*",
"@nozomiishii/lefthook-config": "workspace:*",
"@nozomiishii/markdownlint-cli2-config": "workspace:*",
"@nozomiishii/prettier-config": "workspace:*",
"@types/node": "20.17.6",
"markdownlint-cli2": "0.15.0"
},
"packageManager": "[email protected]",
"engines": {
"node": "20.18.1",
"pnpm": "9.14.2"
},
"volta": {
"node": "20.18.1",
"pnpm": "9.14.2"
}
}