-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 2.15 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 2.15 KB
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
46
47
48
49
50
{
"name": "CoverBuilder.Plugin.Endpapers",
"version": "0.1.2",
"description": "Build end-papers in InDesign.",
"main": "endpapers.js",
"scripts": {
"buildEnv": "curl https://raw.githubusercontent.com/ES-Collection/build-node-venv/master/build-node-venv.sh > ./.bnv.sh && chmod +x ./.bnv.sh && ./.bnv.sh && rm ./.bnv.sh",
"bundle": "exsbundlr --missing -i ./endpapers.js -o ./staging/com.brunoherfst.endpapers/Endpapers.jsx",
"cert": "zxpbuild cert -c AU -s Victoria -g CoverBuilder -n \"CoverBuilder Endpapers\" -o ./staging/coverbuilder_cert.p12 -p",
"package": "zxpbuild package -i ./staging/com.brunoherfst.endpapers -o ./staging/com.brunoherfst.endpapers.zxp -c ./staging/coverbuilder_cert.p12 -p",
"build": "npm run bundle && npm run cert pass && npm run package pass && echo 'See staging/com.brunoherfst.endpapers.zxp'",
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoverBuilder/Endpapers-Plugin.git"
},
"keywords": [
"extendscript"
],
"contributors": "extendscript.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoverBuilder/Endpapers-Plugin/issues"
},
"homepage": "https://github.com/CoverBuilder/Endpapers-Plugin",
"devDependencies": {
"@extendscript/aes.patch.bundle.array": ">=2.0.1",
"@extendscript/ind.util.bounds": ">=1.1.0",
"@extendscript/ind.util.layer": ">=2.0.0",
"@extendscript/ind.util.menuloader": "^1.0.1",
"@extendscript/ind.util.pageitems": ">=2.0.1",
"@extendscript/ind.util.pages": ">=1.0.3",
"@extendscript/ind.util.rulers": ">=4.0.0",
"@extendscript/modules.init": ">=2.4.0",
"@extendscript/tap-es": ">=1.1.4",
"extendscript-bundlr": ">=0.3.1",
"zxp-builder": "^1.0.1"
},
"peerDependencies": {
"@extendscript/aes.patch.bundle.array": ">=2.0.1",
"@extendscript/ind.util.bounds": ">=1.1.0",
"@extendscript/ind.util.layer": ">=1.0.0",
"@extendscript/ind.util.menuloader": ">=1.0.0",
"@extendscript/ind.util.pageitems": ">=2.0.0",
"@extendscript/ind.util.pages": ">=1.0.3",
"@extendscript/ind.util.rulers": ">=3.0.0",
"@extendscript/modules.init": ">=2.4.0"
}
}