File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 10
10
"clean:dist" : " rm -rf ./test/dist ; mkdir ./test/dist" ,
11
11
"compile:test:illustrator" : " node ./index.js -s test/src/illustrator.js -o test/dist/illustrator.js -t 'illustrator'" ,
12
12
"compile:test:indesign" : " node ./index.js -s test/src/indesign.js -o test/dist/indesign.js -t 'indesign'" ,
13
- "compile:test:indesign-basil" : " ./node_modules/.bin/ exsbundlr -i test/src/indesign-basil.js -o test/dist/indesign-basil.bundle.js & node ./index.js -s test/dist/indesign-basil.bundle.js -o test/dist/indesign-basil.js" ,
13
+ "compile:test:indesign-basil" : " exsbundlr -i test/src/indesign-basil.js -o test/dist/indesign-basil.bundle.js & node ./index.js -s test/dist/indesign-basil.bundle.js -o test/dist/indesign-basil.js" ,
14
14
"compile:test:aftereffects" : " node ./index.js -s test/src/aftereffects.js -o test/dist/aftereffects.js -t 'aftereffects'" ,
15
15
"compile:test:photoshop" : " node ./index.js -s test/src/photoshop.js -o test/dist/photoshop.js -t 'photoshop'" ,
16
16
"compile:test:all" : " npm run compile:test:illustrator & npm run compile:test:indesign & npm run compile:test:indesign-basil & npm run compile:test:aftereffects & npm run compile:test:photoshop" ,
20
20
},
21
21
"repository" : {
22
22
"type" : " git" ,
23
- "url" : " https://github.com/ExtendScript/extendscriptr.git"
23
+ "url" : " git+ https://github.com/ExtendScript/extendscriptr.git"
24
24
},
25
25
"keywords" : [
26
26
" automation" ,
75
75
"engineStrict" : true ,
76
76
"engines" : {
77
77
"npm" : " >=3.0.0"
78
+ },
79
+ "main" : " index.js" ,
80
+ "directories" : {
81
+ "test" : " test"
78
82
}
79
83
}
You can’t perform that action at this time.
0 commit comments