UNPKG

@ma3-pro-plugins/ma3-ts-plugin-builder

Version:
111 lines (110 loc) 4.37 kB
{ "name": "@ma3-pro-plugins/ma3-ts-plugin-builder", "displayName": "grandMA3 Typescript Plugin Build Script", "description": "grandMA3 Typescript plugin build script", "version": "1.2.2", "main": "dist/cli/cli.js", "bin": { "ma3-ts-plugin-builder": "dist/cli/cli.js", "@ma3-pro-plugins/ma3-ts-plugin-builder": "dist/cli/cli.js" }, "publishConfig": { "access": "public" }, "author": "Erez Makavy [@hepiyellow] <hepi@ma3-pro-plugins.com>", "license": "MIT", "license-docs": "CC BY 4.0", "license-translations": "CC BY 4.0", "license-images": "CC BY-NC 4.0", "homepage": "https://github.com/ma3-pro-plugins/ma3-ts-plugin-builder", "repository": { "type": "git", "url": "https://github.com/ma3-pro-plugins/ma3-ts-plugin-builder.git" }, "bugs": { "url": "https://github.com/ma3-pro-plugins/ma3-ts-plugin-builder/issues" }, "engines": { "node": ">=16.17.1" }, "scripts": { "setup": "ts-node --skip-project scripts/setup.ts && ts-node --skip-project scripts/changelog.ts && npm run pre-commit", "start": "npm run git-hash && node dist/cli/cli.js", "link": "npm link", "unlink": "npm unlink @ma3-pro-plugins/ma3-ts-plugin-builder", "dev": "npm run git-hash && ts-node scripts/configs.ts && ts-node scripts/rmdist.ts && ts-node scripts/debug.ts --enable && nodemon --exec 'ts-node app/cli/cli.ts'", "build": "ts-node scripts/configs.ts && ts-node scripts/rmdist.ts && ts-node scripts/debug.ts --disable && tsc", "release": "npm run git-hash && npm run build && tsc --declaration --emitDeclarationOnly", "test": "jest app", "docs": "git submodule update --recursive && markserv ./README.md", "lint": "npm run lint-prettify && eslint . --cache --ext .ts,.js", "lint-fix": "npm run lint-prettify && eslint . --cache --ext .ts,.js --fix", "lint-prettify": "prettier --write --ignore-unknown '**/*.{ts,md,json}'", "git-set-upstream": "git remote add upstream git@github.com:ptkdev-boilerplate/ma3-ts-plugin-builder.git && git fetch upstream", "git-pull-upstream": "git pull upstream main && git pull upstream beta && git pull upstream nightly", "git-pull": "git pull --recursive", "git-hash": "ts-node scripts/githash.ts", "git-ignore-reset": "git rm -r --cached . && git add . && git commit -m \"[Fix] Removing all files in .gitignore\"", "github-workflow-next-version": "ts-node scripts/version.ts", "github-workflow-changelog": "ts-node scripts/changelog_release.ts", "npm-publish-main": "git checkout main && npm publish", "npm-publish-beta": "git checkout beta && npm publish --tag beta", "npm-publish-nightly": "git checkout nightly && npm publish --tag nightly", "contributors-generate": "all-contributors generate", "all-shields-generate": "all-shields-generate", "pre-commit": "npm run contributors-generate && npm run all-shields-generate && npm run lint-fix && npm run test", "pkg-clean": "rm -rf node_modules package-lock.json && npm install && npm install eslint@7 @types/yargs@16 --save-dev && husky install", "pkg-update": "npm update", "pkg-upgrade": "npx --yes npm-check-updates -u && npm install && npm install eslint@7 @types/yargs@16 --save-dev && husky install", "prepare": "ts-patch install -s && husky install" }, "dependencies": { "@ptkdev/logger": "^1.8.0", "archiver": "^5.3.1", "fs-extra": "^11.1.0", "md-to-pdf": "^5.2.1", "template-file": "^6.0.1" }, "devDependencies": { "@ptkdev/all-shields-cli": "^2.0.2", "@types/archiver": "^5.3.1", "@types/fs-extra": "^11.0.1", "@types/jest": "^27.4.1", "@types/node": "^17.0.23", "@types/shelljs": "^0.8.11", "@types/yargs": "^16.0.4", "@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/parser": "^5.18.0", "all-contributors-cli": "^6.20.0", "eslint": "^7.32.0", "eslint-plugin-jest": "^26.1.3", "eslint-plugin-jsdoc": "^38.1.6", "husky": "^7.0.4", "jest": "^27.5.1", "json": "^11.0.0", "markserv": "^1.17.4", "nodemon": "^2.0.15", "pm2": "^5.2.0", "prettier": "^2.6.2", "replace-in-file": "^6.3.2", "shelljs": "^0.8.5", "ts-jest": "^27.1.4", "ts-node": "^10.7.0", "ts-patch": "^2.0.1", "typescript": "^4.6.3", "typescript-transform-paths": "^3.3.1", "yargs": "^17.4.0" }, "keywords": [ "grandma", "grandma3", "ma3", "plugin", "plugins", "typescript", "framework", "build", "lighting" ], "contributors": [] }