UNPKG

tstl-trim-extensions

Version:

TypeScriptToLua plugin that strips the final extension from files with nested extensions

25 lines (24 loc) 598 B
{ "name": "tstl-trim-extensions", "version": "1.0.4", "description": "TypeScriptToLua plugin that strips the final extension from files with nested extensions", "repository": { "type": "git", "url": "https://github.com/thinknathan/ts-defold-tstl-trim-extensions.git" }, "keywords": [ "typescript", "lua", "defold" ], "author": "Nathan Bolton (https://thinknathan.ca/)", "license": "MIT", "type": "commonjs", "main": "dist/trimExtensions.cjs", "files": [ "dist/trimExtensions.cjs" ], "peerDependencies": { "typescript-to-lua": ">=1.5.0" } }