-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.51 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.51 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "devbox",
"version": "11.0.0",
"description": "viqueen devbox",
"scripts": {
"claude": "claude",
"format:check": "prettier --check .",
"format": "prettier --check --write .",
"lint": "./build.sh lint",
"lint:fix": "./build.sh lint_fix",
"depcheck": "depcheck",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viqueen/devbox.git"
},
"keywords": [
"viqueen",
"devbox"
],
"author": "Hasnae R. <viqueen>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/viqueen/devbox/issues"
},
"homepage": "https://github.com/viqueen/devbox#readme",
"devDependencies": {
"@anthropic-ai/claude-code": "^2.1.2",
"@labset-eslint/eslint-plugin": "^1.3.0",
"depcheck": "^1.4.7",
"eslint": "^8.43.0",
"eslint-plugin-import": "^2.27.5",
"husky": "^9.0.1",
"labset-config-js": "^1.0.0",
"open": "^11.0.0",
"prettier": "^3.2.4"
},
"dependencies": {
"axios": "^1.6.6",
"chalk": "4",
"chance": "^1.1.12",
"clipboardy": "5",
"commander": "^13.0.0",
"concat-stream": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.1",
"express": "^4.21.0",
"fs-directory": "^1.0.0",
"jsonpath": "^1.1.1",
"mailparser": "^3.7.1",
"minimist": "^1.2.8",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"prettyjson": "^1.2.5",
"serve-static": "^1.16.1",
"ssh2-sftp-client": "^10.0.3",
"swagger-ui-express": "^5.0.1",
"xml-formatter": "^3.6.3"
}
}