@ma3-pro-plugins/ma3-pro-plugins-lib
Version:
TSTL Library for grandMA3 plugins
45 lines (44 loc) • 1.09 kB
JSON
{
"name": "@ma3-pro-plugins/ma3-pro-plugins-lib",
"version": "0.5.1",
"description": "TSTL Library for grandMA3 plugins",
"engines": {
"node": ">=16.20.0"
},
"publishConfig": {
"access": "public"
},
"main": "./dist/index",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*.lua",
"dist/**/*.d.ts"
],
"scripts": {
"build": "rm -rf dist; npx tstl; node scripts/postbuild.mjs",
"format": "npx prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ma3-pro-plugins/ma3-pro-plugins-lib.git"
},
"keywords": [
"grandMA3",
"Lighting"
],
"author": "HEPi",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ma3-pro-plugins/ma3-pro-plugins-lib/issues"
},
"homepage": "https://github.com/ma3-pro-plugins/ma3-pro-plugins-lib#readme",
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"fs-extra": "^11.1.1",
"grandma3-ts-types": "^1.1.1",
"lua-types": "^2.13.1",
"prettier": "^2.8.8",
"typescript": "^5.0.2",
"typescript-to-lua": "^1.14.0"
}
}