-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpackage.json
39 lines (39 loc) · 981 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
30
31
32
33
34
35
36
37
38
39
{
"name": "dotfiles",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint . --cache --fix",
"test": "npm run lint",
"posttest": "npm run format",
"format": "prettier --log-level warn --ignore-unknown --write \"**/*.{js,cjs,md,json,sh}\" \"bin/*\""
},
"engines": {
"node": ">=20"
},
"dependencies": {
"avif": "^0.5.3",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"eslint": "^9.12.0",
"eslint-config-tamia": "^9.1.23",
"fastmatter": "^2.1.1",
"glob": "^11.0.0",
"ky": "^1.7.2",
"lodash": "^4.17.21",
"mrm-core": "^7.1.22",
"prettier": "^3.3.3",
"prettier-plugin-sh": "^0.14.0",
"pretty-bytes-cli": "^3.0.0",
"prompts": "^2.4.2",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"shiki": "^1.22.0",
"strip-json-comments": "^5.0.1",
"tempy": "^3.1.0",
"terminal-link": "^3.0.0",
"trash-cli": "^6.0.0",
"untildify": "^5.0.0"
}
}