-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 965 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "convert-anything",
"version": "1.0.0",
"description": "Convert your files to any format",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/surenpoghosian/convert-anything.git"
},
"keywords": [
"image",
"converter",
"jpg",
"png",
"jpeg",
"heic",
"pdf",
"webp"
],
"author": "surenpoghosian",
"license": "MIT",
"bugs": {
"url": "https://github.com/surenpoghosian/convert-anything/issues"
},
"homepage": "https://github.com/surenpoghosian/convert-anything#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"yarn": "^1.22.22",
"zlib": "^1.0.5"
}
}