-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 963 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
{
"name": "@neoskop/image-transformer",
"version": "1.1.3",
"description": "",
"main": "lib/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": "https://github.com/neoskop/image-transformer",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p tsconfig.json",
"format": "yarn prettier --write ."
},
"author": "Neoskop GmbH",
"license": "MIT",
"dependencies": {
"@types/node": "18.0.6",
"async": "3.2.4",
"bluebird": "3.7.2",
"fs-extra": "10.1.0",
"glob": "8.0.3",
"potrace": "2.1.8",
"sharp": "0.30.7",
"svgo": "2.8.0",
"ts-node": "10.9.1"
},
"devDependencies": {
"@types/async": "3.2.15",
"@types/bluebird": "3.5.36",
"@types/fs-extra": "9.0.13",
"@types/glob": "7.2.0",
"@types/sharp": "0.30.4",
"@types/svgo": "2.6.3",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"typescript": "4.7.4"
}
}