-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "dot-files",
"version": "1.0.0",
"description": "https://github.com/Homebrew/homebrew-bundle",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oalders/dot-files.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oalders/dot-files/issues"
},
"homepage": "https://github.com/oalders/dot-files#readme",
"dependencies": {
"@johnnymorganz/stylua-bin": "^2.0.2",
"@xmldom/xmldom": ">=0.9.6",
"acorn": "^8.14.0",
"ansi-regex": ">=6.1.0",
"bash-language-server": "^5.4.3",
"bats": "^1.11.1",
"diff-lockfiles": "^1.1.0",
"eslint": "^9.17.0",
"fixjson": "^1.1.2",
"lua-fmt": "^2.6.0",
"markdownlint": "^0.37.3",
"markdownlint-cli": "^0.43.0",
"normalize-url": "^8.0.1",
"npm": "^11.0.0",
"prettier": "^3.4.2",
"remove-github-forks": "^2.1.1",
"tree-sitter-cli": "^0.24.6",
"typescript": "^5.7.3",
"underscore": "^1.13.7",
"urijs": ">=1.19.11",
"ws": "^8.18.0",
"zod": "^3.24.1"
}
}