-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.02 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
{
"name": "devbox",
"version": "11.0.0",
"description": "viqueen devbox",
"scripts": {
"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": {
"@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",
"prettier": "^3.2.4"
},
"dependencies": {
"chance": "^1.1.12",
"clipboardy": "5",
"commander": "^13.0.0",
"express": "^4.21.0",
"xml-formatter": "^3.6.3"
}
}