-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
73 lines (73 loc) · 1.91 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "devbox",
"version": "10.0.0",
"description": "viqueen devbox",
"scripts": {
"build": "tsc",
"format:check": "prettier --check .",
"format": "prettier --check --write .",
"lint": "eslint modules/ --ext .ts,.tsx,.js"
},
"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",
"@types/chance": "^1.1.3",
"@types/concat-stream": "^2.0.0",
"@types/cors": "^2.8.13",
"@types/express": "^5.0.0",
"@types/jsonpath": "^0.2.0",
"@types/mailparser": "^3.4.0",
"@types/minimist": "^1.2.2",
"@types/morgan": "^1.9.4",
"@types/node": "^22.0.0",
"@types/prettyjson": "^0.0.33",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"datauri": "^4.1.0",
"eslint": "^8.43.0",
"eslint-plugin-import": "^2.27.5",
"gm": "^1.25.0",
"husky": "^9.0.1",
"labset-config-js": "^1.0.0",
"nope-validator": "^1.0.4",
"open": "^10.0.3",
"prettier": "^3.2.4",
"ssh2-sftp-client": "^10.0.3",
"swagger-ui-express": "^5.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"axios": "^1.6.6",
"chalk": "4",
"chance": "^1.1.12",
"clipboardy": "2",
"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",
"xml-formatter": "^3.6.3"
}
}