-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.37 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.37 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
{
"name": "cahe",
"version": "3.0.0",
"description": "create archive html email",
"main": "index.js",
"bin": {
"cahe": "./dist/index.js"
},
"type": "module",
"scripts": {
"build": "tsc",
"init": "chmod +x ./dist/index.js && npm install -g",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/rastereo/cahe.git"
},
"author": "rastereo",
"license": "MIT",
"bugs": {
"url": "https://github.com/rastereo/cahe/issues"
},
"homepage": "https://github.com/rastereo/cahe#readme",
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/archiver": "^6.0.3",
"@types/signale": "^1.4.7",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.29.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
},
"dependencies": {
"archiver": "^7.0.1",
"axios": "^1.7.9",
"clipboardy": "^4.0.0",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"email-comb": "^7.0.21",
"encode-emojis": "^1.0.2",
"envalid": "^8.0.0",
"extract-zip": "^2.0.1",
"https-proxy-agent": "^7.0.5",
"juice": "^10.0.0",
"node-fetch": "^3.3.2",
"sharp": "^0.33.3",
"signale": "^1.4.0"
}
}