UNPKG

create-kt-plugin

Version:

A template for creating a KT plugins for ExtendScript

15 lines 375 B
{ "build-tests": { "input": "src/tests/index.test.ts", "output": "dist.test/index.test.js", "watch": false, "uglify": true, "minify": true }, "debug-build-tests": { "input": "src/tests/index.test.ts", "output": "dist.test/index.test.js", "watch": false, "uglify": false } }