-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 864 Bytes
/
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
{
"name": "unimage",
"version": "1.0.0",
"description": "Convert images to email safe table cells",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "webpack && npx tailwindcss -i ./input.css -o ./output.css",
"dev": "webpack --watch && npx tailwindcss -i ./input.css -o ./output.css --watch",
"typecheck": "tsc --noEmit"
},
"author": "",
"license": "UNLICENSED",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.7",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"directories": {
"test": "test"
},
"dependencies": {
"undici-types": "^5.26.5"
},
"keywords": []
}