-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.27 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
{
"name": "docker-app-PDF-to-Crop-SVG",
"version": "1.0.0",
"description": "Trim an image.",
"main": "index.js",
"scripts": {
"start": "git add .; git commit -m \"ok\"; git push; /home/pudding/NetBeansProjects/MicroSD-NetBeansProjects/docker-app/docker-app-PDF-to-Crop-SVG/test/20230105-2123.sh",
"commit-docker-image": "docker-compose build; bash ./docker-build/image/commit-docker-image.sh",
"d0.build": "docker-compose build",
"d1.bash": "docker-compose run app bash",
"d2.up": "docker-compose up",
"update": "node update.js",
"tag": "./build/tag.sh"
},
"repository": {
"type": "git",
"url": "git+https://pulipuli.chen@gmail.com@github.com/pulipulichen/docker-app-PDF-to-Crop-SVG.git"
},
"keywords": [
"Docker-APP",
"Inkscape",
"ImageMagick"
],
"author": {
"name": "Yung-Ting Chen",
"email": "blog@pulipuli.info",
"orcid": "https://orcid.org/0000-0003-3751-610X",
"url": "https://blog.pulipuli.info"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pulipulichen/docker-app-PDF-to-Crop-SVG/issues"
},
"homepage": "https://github.com/pulipulichen/docker-app-PDF-to-Crop-SVG#readme",
"doi": "10.5281/zenodo.11216922",
"dependencies": {
"jquery": "3.6.3",
"jsdom": "21.1.0"
}
}