UNPKG

create-kt-plugin

Version:

A template for creating a KT plugins for ExtendScript

14 lines (13 loc) 318 B
{ "version": "2.0.0", "tasks": [ { "label": "Build Tests", "type": "npm", "script": "build-tests", "group": "build", "problemMatcher": ["$tsc"], "detail": "Builds the test files before running them" } ] }