|
1 | 1 | {
|
2 | 2 | "name":"JavaLoader",
|
3 | 3 | "author": "Ortus Solutions.com <[email protected]>",
|
4 |
| - "version":"2.1.0", |
| 4 | + "version":"2.1.1", |
5 | 5 | "location": "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbjavaloader/@build.version@/[email protected]@.zip",
|
6 | 6 | "slug":"cbjavaloader",
|
7 | 7 | "type":"modules",
|
|
22 | 22 |
|
23 | 23 |
|
24 | 24 | ],
|
| 25 | + "dependencies":{}, |
| 26 | + "devDependencies":{ |
| 27 | + "commandbox-cfformat":"*", |
| 28 | + "commandbox-docbox":"*", |
| 29 | + "commandbox-dotenv":"*", |
| 30 | + "commandbox-cfconfig":"*" |
| 31 | + }, |
25 | 32 | "ignore":[
|
26 | 33 | "**/.*",
|
27 | 34 | "test-harness",
|
28 |
| - "/server*.json" |
| 35 | + "/server*.json" |
29 | 36 | ],
|
30 |
| - "dependencies":{}, |
31 |
| - "devDependencies":{ |
32 |
| - "commandbox-dotenv":"*", |
33 |
| - "commandbox-cfconfig":"*", |
34 |
| - "commandbox-cfformat":"*" |
35 |
| - }, |
36 |
| - "installPaths":{}, |
37 |
| - "testbox":{ |
| 37 | + "testbox":{ |
38 | 38 | "runner":"http://localhost:60299/tests/runner.cfm"
|
39 | 39 | },
|
40 | 40 | "scripts":{
|
| 41 | + "build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`", |
| 42 | + "build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`", |
41 | 43 | "release":"recipe build/release.boxr",
|
42 | 44 | "format":"cfformat run models/,test-harness/**/*.cfc,ModuleConfig.cfc --overwrite",
|
43 | 45 | "format:watch":"cfformat watch models/,test-harness/**/*.cfc,ModuleConfig.cfc ./.cfformat.json",
|
44 | 46 | "format:check":"cfformat check models/,test-harness/**/*.cfc,ModuleConfig.cfc",
|
45 |
| - "cfpm":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\"' | run", |
| 47 | + "cfpm":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\"' | run", |
46 | 48 | "cfpm:install":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\" install ${1}' | run",
|
47 | 49 | "install:2021":"run-script cfpm:install zip,debugger"
|
48 | 50 | }
|
|
0 commit comments