UNPKG

tlpp-dev-cli

Version:

CLI para agilizar o processo de criação de projetos em TLPP e ADVPR

92 lines (91 loc) 2.33 kB
{ "author": "Tiago Cunha @Tiago-msC", "bin": { "tdc": "./bin/run.js" }, "dependencies": { "@oclif/core": "^4", "@oclif/plugin-help": "^6", "chalk": "^5.4.1", "execa": "^9.6.0", "inquirer": "^12.8.2", "log-symbols": "^7.0.1", "ora": "^8.2.0", "shelljs": "^0.10.0" }, "description": "CLI para agilizar o processo de criação de projetos em TLPP e ADVPR", "devDependencies": { "@oclif/prettier-config": "^0.2.1", "@oclif/test": "^4", "@types/chai": "^5", "@types/inquirer": "^9.0.8", "@types/listr": "^0.14.9", "@types/mocha": "^10", "@types/node": "^24", "@types/shelljs": "^0.8.17", "@types/sinon": "^17.0.4", "chai": "^5", "electron": "^37.2.4", "eslint": "^9", "eslint-config-oclif": "^6", "eslint-config-oclif-typescript": "^3", "eslint-config-prettier": "^10.1.8", "mocha": "^11", "oclif": "^4.22.1", "shx": "^0.4.0", "sinon": "^21.0.0", "ts-node": "^10.9.2", "typescript": "^5" }, "engines": { "node": ">=22.0.0" }, "files": [ "/bin", "/dist", "/oclif.manifest.json" ], "homepage": "https://github.com/Tiago-msC/tlpp-dev-cli", "license": "MIT", "main": "", "name": "tlpp-dev-cli", "oclif": { "bin": "tdc", "dirname": "tdc", "commands": "./dist/cli/commands", "plugins": [ "@oclif/plugin-help" ], "topicSeparator": " ", "topics": { "new": { "name": "new", "description": "Cria um novo projeto em TLPP ou ADVPL", "hidden": false } } }, "repository": "Tiago-msC/tlpp-dev-cli", "scripts": { "build": "shx rm -rf dist && tsc -b && shx cp src/electron/renderer.html dist/electron/", "lint": "eslint . --ext .ts", "postpack": "shx rm -f oclif.manifest.json", "posttest": "npm run lint", "prepack": "npm run build && oclif manifest && oclif readme", "prepare": "npm run build", "test": "mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif readme && git add README.md" }, "version": "0.2.1", "bugs": "https://github.com/Tiago-msC/tlpp-dev-cli/issues", "keywords": [ "tlpp", "advpl", "tlpp-dev-cli", "advpr", "devtools" ], "types": "dist/cli/index.d.ts", "exports": "./lib/index.js", "type": "module" }