-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.16 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.16 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
{
"name": "smart-builder",
"version": "1.0.9",
"description": "",
"main": "dist/src/app.js",
"private": false,
"scripts": {
"build": "tsc",
"start": "node dist/src/app.js",
"dev": "tsc && node dist/src/app.js"
},
"dependencies": {
"basic-ftp": "^5.0.5",
"commander": "^10.0.1",
"cookie": "^1.0.2",
"dotenv": "^16.6.1",
"glob": "^11.0.3",
"iconv-lite": "^0.6.3",
"ini": "^4.1.3",
"js-yaml": "^4.1.0",
"locutus": "^2.0.32",
"lodash": "^4.17.21",
"node-fetch": "^2.7.0",
"parse-git-config": "^3.0.0",
"sharp": "0.32.6",
"tree-kill": "^1.2.2",
"typescript": "^5.8.3",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/ini": "^4.1.1",
"@types/js-yaml": "^4.0.9",
"@types/locutus": "^0.0.8",
"@types/lodash": "^4.17.19",
"@types/node": "^14.18.63",
"@types/node-fetch": "^2.6.12",
"@types/parse-git-config": "^3.0.4",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"eslint": "^8.57.1"
},
"bin": {
"smart-builder": "dist/src/app.js"
},
"engines": {
"node": ">=14"
}
}