{ "name": "@refinedev/cli", "version": "2.16.39", "private": false, "description": "refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.", "license": "MIT", "author": "refine", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "main": "dist/index.cjs", "module": "dist/index.mjs", "typings": "dist/index.d.ts", "bin": { "refine": "./dist/cli.cjs" }, "scripts": { "attw": "attw --pack .", "build": "tsup && node ../shared/generate-declarations.js", "dev": "tsup --watch", "prepare": "pnpm build", "publint": "publint --strict=true --level=suggestion", "test": "jest --passWithNoTests --runInBand", "types": "node ../shared/generate-declarations.js" }, "dependencies": { "@npmcli/package-json": "^5.2.0", "@refinedev/devtools-server": "1.1.37", "boxen": "^5.1.2", "camelcase": "^6.2.0", "cardinal": "^2.1.1", "center-align": "1.0.1", "chalk": "^4.1.2", "cli-table3": "^0.6.3", "commander": "9.4.1", "conf": "^10.2.0", "decamelize": "^5.0.0", "dedent": "^0.7.0", "dotenv": "^16.0.3", "envinfo": "^7.8.1", "execa": "^5.1.1", "figlet": "^1.5.2", "fs-extra": "^10.1.0", "globby": "^11.1.0", "gray-matter": "^4.0.3", "handlebars": "^4.7.7", "inquirer": "^8.2.5", "inquirer-autocomplete-prompt": "^2.0.0", "jscodeshift": "0.15.2", "marked": "^4.3.0", "marked-terminal": "^6.0.0", "node-emoji": "^2.1.3", "node-env-type": "^0.0.8", "node-fetch": "^2.6.7", "ora": "^5.4.1", "pluralize": "^8.0.0", "preferred-pm": "^3.1.3", "prettier": "^2.7.1", "semver": "7.5.2", "semver-diff": "^3.1.1", "temp": "^0.9.4", "tslib": "^2.6.2" }, "devDependencies": { "@esbuild-plugins/node-resolve": "^0.1.4", "@types/center-align": "^1.0.0", "@types/dedent": "^0.7.0", "@types/envinfo": "^7.8.1", "@types/express": "^4.17.21", "@types/figlet": "^1.5.5", "@types/fs-extra": "^9.0.13", "@types/inquirer": "^8.2.5", "@types/inquirer-autocomplete-prompt": "^2.0.0", "@types/jest": "^29.2.4", "@types/jscodeshift": "^0.11.11", "@types/marked": "^5.0.1", "@types/marked-terminal": "^3.1.5", "@types/node-fetch": "^2.6.11", "@types/npmcli__package-json": "^4.0.4", "@types/pluralize": "^0.0.29", "@types/prettier": "^2.7.3", "@types/semver": "^7.5.8", "@types/temp": "^0.9.1", "jest": "^29.3.1", "ts-jest": "^29.1.2", "tsup": "^6.7.0", "typescript": "^5.4.2" }, "publishConfig": { "access": "public" } }