-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 1.11 KB
/
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": "thumbdata3-viewer",
"version": "1.0.3",
"description": "Thumbdata3 viewer - Embedded JPEG extractor",
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"deploy": "git subtree push --prefix dist origin gh-pages",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/x0a/thumbdata3-viewer.git"
},
"keywords": [
"thumbdata3",
"jpeg",
"jpg",
"extractor",
"embedded"
],
"author": "x0a",
"license": "MIT",
"bugs": {
"url": "https://github.com/x0a/thumbdata3-viewer/issues"
},
"homepage": "https://github.com/x0a/thumbdata3-viewer#readme",
"devDependencies": {
"@types/jszip": "^3.4.1",
"@types/readable-stream": "^2.3.11",
"css-loader": "^2.1.1",
"pug-loader": "^2.4.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.4.5",
"typescript": "^4.4.3",
"webpack": "^5.52.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"html-webpack-plugin": "^5.3.2",
"jszip": "^3.7.1",
"pug": "^3.0.2",
"readable-stream": "^3.6.0"
}
}