UNPKG

vibe-rules

Version:

A utility for managing Cursor rules, Windsurf rules, and other AI prompts

66 lines (65 loc) 1.74 kB
{ "name": "vibe-rules", "version": "0.3.85", "description": "A utility for managing Cursor rules, Windsurf rules, and other AI prompts", "main": "dist/index.js", "type": "module", "bin": { "vibe-rules": "dist/cli.js" }, "files": [ "dist", "README.md", "LICENSE" ], "exports": { ".": "./dist/index.js", "./llms": "./dist/llms/index.js" }, "scripts": { "build": "tsc", "start": "node dist/cli.js", "dev": "bun run src/cli.ts", "test": "bun run test:examples", "lint": "oxlint", "format": "prettier --write .", "publish:npm": "bun run build && bun run test:examples && bun run format && npm publish", "prepare": "vibe-rules install cursor || bun run src/cli.ts install cursor", "build:examples": "bun run build && bun run scripts/build-examples.ts", "test:examples": "bun run build:examples && bun run scripts/test-examples.ts" }, "keywords": [ "cursor", "windsurf", "rules", "ai", "prompts" ], "author": "Artem Murzin <hello@jart.lol>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/FutureExcited/vibe-rules.git" }, "bugs": { "url": "https://github.com/FutureExcited/vibe-rules/issues" }, "homepage": "https://github.com/FutureExcited/vibe-rules#readme", "dependencies": { "alchemy": "^0.56.0", "chalk": "^4.1.2", "commander": "^11.1.0", "fs-extra": "^11.3.0", "import-meta-resolve": "^4.1.0", "zod": "^3.25.76" }, "devDependencies": { "@types/bun": "^1.2.19", "@types/fs-extra": "^11.0.4", "@types/node": "^20.19.9", "oxlint": "^1.9.0", "prettier": "^3.6.2", "ts-node": "^10.9.2", "typescript": "^5.9.2" } }