UNPKG

@refastdev/create-refast-app

Version:
75 lines 1.98 kB
{ "name": "@refastdev/create-refast-app", "version": "0.0.25", "description": "create-refast-app", "main": "dist/index.js", "license": "MIT", "bin": { "create-refast-app": "bin/cli.js" }, "files": [ "dist", "bin", "template" ], "exports": { ".": { "node": "./dist/index.js" } }, "publishConfig": { "access": "public" }, "engines": { "node": ">=16" }, "repository": { "type": "git", "url": "https://github.com/refastdev/create-refast-app" }, "homepage": "https://github.com/refastdev/create-refast-app#readme", "bugs": "https://github.com/refastdev/create-refast-app/issues", "authors": [ "luoluoqixi <luoqixi@luoqixi.com> (https://github.com/luoluoqixi)" ], "keywords": [ "refast", "create-refast-app", "react" ], "dependencies": { "@inquirer/prompts": "^3.3.2", "isbinaryfile": "^5.0.0", "json-stable-stringify": "^1.1.1", "ts-deepmerge": "^7.0.0" }, "devDependencies": { "@changesets/cli": "^2.27.1", "@commitlint/cli": "^18.6.0", "@commitlint/config-conventional": "^18.6.0", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/node": "^20.11.5", "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.19.1", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "husky": "^9.0.5", "prettier": "^3.2.4", "prettier-plugin-packagejson": "^2.4.9", "prettier-plugin-sort-json": "^3.1.0", "typescript": "^5.3.3", "vite": "^5.0.12", "vite-plugin-externalize-deps": "^0.8.0", "vitest": "^1.2.1" }, "packageManager": "pnpm@8.9.0", "scripts": { "build": "pnpm run lint && vite build", "dev": "vite build && node ./dist/index.js", "lint": "npx eslint bin test", "test": "vitest run index.test.ts", "format": "prettier --write \"**/*.{ts,tsx,md}\"", "preinstall": "npx only-allow pnpm", "release": "npm publish" } }