{ "name": "create-ctp-port", "version": "0.1.0", "description": "Bootstrap catppuccin ports easily", "author": "Carsten Kragelund ", "license": "MIT", "bugs": { "url": "https://github.com/catppuccin/create-catppuccin-port/issues" }, "homepage": "https://github.com/catppuccin/create-catppuccin-port#readme", "exports": "./dist/index.js", "bin": { "create-ctp-port": "./dist/index.js" }, "scripts": { "typecheck": "tsc", "build": "tsup", "dev": "tsup --watch --silent", "start": "node dist/index.js", "lint": "eslint . --report-unused-disable-directives", "lint:fix": "npm run lint -- --fix", "format": "npm run _format -- --write", "format:check": "npm run _format -- --check", "_format": "prettier **/*.{cjs,mjs,ts,tsx,md,json} --ignore-path ./.gitignore --ignore-unknown --no-error-on-unmatched-pattern", "clean": "rimraf dist", "changeset": "changeset", "bump": "changeset version", "release": "npm run build && npm run bump" }, "husky": { "hooks": { "pre-commit": "npm run format:check && npm run lint && npm run typecheck" } }, "devDependencies": { "@changesets/cli": "^2.26.0", "@types/node": "^18.16.17", "@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/parser": "^5.59.11", "eslint": "^8.42.0", "eslint-config-prettier": "^8.8.0", "husky": "^8.0.3", "prettier": "^2.8.8", "rimraf": "^5.0.1", "tsup": "^6.7.0", "typescript": "^4.9.4" }, "repository": { "type": "git", "url": "git+https://github.com/catppuccin/create-catppuccin-port.git" }, "keywords": [ "catppuccin", "theme", "create", "ctp", "colorscheme", "pastel", "colors" ], "engines": { "node": ">=16.8.0" } }