{ "name": "@redplanet/core", "version": "0.1.0", "description": "A Command-Line for project init in core", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/redplanethq/core.git", "directory": "packages/cli" }, "publishConfig": { "access": "public" }, "keywords": [ "typescript" ], "files": [ "dist" ], "type": "module", "exports": "./dist/index.js", "bin": { "core": "./dist/index.js" }, "devDependencies": { "@types/degit": "^2.8.6", "@types/gradient-string": "^1.1.2", "@types/node": "18", "@types/object-hash": "^3.0.6", "@types/semver": "^7.3.13", "@types/ws": "^8.5.3", "eslint": "^8.56.0", "nodemon": "^3.0.1", "open": "^10.0.3", "p-retry": "^6.2.0", "rimraf": "^5.0.7", "tsup": "^8.0.1", "type-fest": "^3.6.0", "@vercel/style-guide": "^5.2.0", "eslint-config-turbo": "^2.0.0", "eslint-config-next": "14.1.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-notice": "^0.9.10", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-unused-imports": "^3.0.0", "eslint-plugin-only-warn": "^1.1.0", "@typescript-eslint/parser": "^7.1.0", "@typescript-eslint/eslint-plugin": "^7.1.0", "typescript": "^5.3.3" }, "scripts": { "typecheck": "tsc -p tsconfig.check.json", "build": "pnpm run clean && pnpm run build:main", "build:main": "tsup", "dev:cli": "npm run clean && pnpm run dev:main", "dev:main": "tsup --watch", "clean": "rimraf dist", "start": "node dist/index.js", "lint": "eslint \"src/**/*.ts\" --fix" }, "dependencies": { "@anatine/esbuild-decorators": "^0.2.19", "@clack/prompts": "^0.7.0", "axios": "^1.6.7", "chalk": "^5.2.0", "chokidar": "^3.5.3", "cli-table3": "^0.6.3", "commander": "^9.4.1", "cpy": "^11.1.0", "degit": "^2.8.4", "dotenv": "^16.4.4", "esbuild": "^0.19.11", "execa": "^9.3.0", "glob": "^10.3.10", "gradient-string": "^2.0.2", "import-meta-resolve": "^4.0.0", "ink": "^4.4.1", "node-fetch": "^3.3.0", "semver": "^7.5.0", "std-env": "^3.7.0", "terminal-link": "^3.0.0", "tiny-invariant": "^1.2.0", "tsconfig-paths": "^4.2.0", "typescript": "^5.4.0", "url": "^0.11.1", "xdg-app-paths": "^8.3.0", "zod": "3.22.3", "zod-validation-error": "^1.5.0" }, "engines": { "node": ">=18.0.0" } }