-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1012 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1012 Bytes
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
{
"name": "@cotype/local-thumbnail-provider",
"version": "0.0.2",
"description": "thumbnail provider for locally stored thumbnails",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/cotype/local-thumbnail-provider.git"
},
"keywords": [
"thumbnail",
"cotype",
"local",
"sharp"
],
"author": "Hannes Diercks <node@xiphe.net> (https://xiphe.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cotype/local-thumbnail-provider/issues"
},
"homepage": "https://github.com/cotype/local-thumbnail-provider#readme",
"dependencies": {
"fs-extra": "7.0.1",
"sharp": "0.22.1",
"smartcrop-sharp": "2.0.3",
"temp-write": "4.0.0",
"tempy": "0.3.0"
},
"devDependencies": {
"@types/fs-extra": "5.1.0",
"@types/sharp": "0.22.1",
"typescript": "3.4.5"
}
}