UNPKG

@quenty/cli-output-helpers

Version:

Helpers to generate Nevermore package and game templates

64 lines (63 loc) 1.4 kB
{ "name": "@quenty/cli-output-helpers", "version": "1.10.0", "description": "Helpers to generate Nevermore package and game templates", "type": "module", "keywords": [ "Roblox", "Raven", "CLI" ], "main": "dist/outputHelper.js", "exports": { ".": "./dist/outputHelper.js", "./reporting": "./dist/reporting/index.js", "./cli-utils": "./dist/cli-utils.js" }, "typesVersions": { "*": { "reporting": [ "dist/reporting/index.d.ts" ], "cli-utils": [ "dist/cli-utils.d.ts" ] } }, "bugs": { "url": "https://github.com/Quenty/Nevermore/issues" }, "repository": { "type": "git", "url": "https://github.com/Quenty/Nevermore.git", "directory": "tools/cli-output-helpers/" }, "license": "UNLICENSED", "contributors": [ "Quenty" ], "dependencies": { "chalk": "^4.1.2" }, "devDependencies": { "@types/node": "^18.11.4", "prettier": "2.7.1", "typescript": "^5.9.3", "vitest": "^3.0.0" }, "scripts": { "build": "tsc --build", "build:watch": "tsc --build --watch", "build:clean": "tsc --build --clean", "test": "vitest run", "test:watch": "vitest", "preinstall": "npx only-allow pnpm" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=16" }, "gitHead": "7f6f73dc51f43fa1050f76f86a5935f5a64ab99f" }