UNPKG

god-bless-your-code

Version:

Bless your code with ASCII gods, monsters, and mystical powers — your last line of defense against bugs and angry PMs.

96 lines (95 loc) 2.61 kB
{ "name": "god-bless-your-code", "version": "0.5.0", "description": "Bless your code with ASCII gods, monsters, and mystical powers — your last line of defense against bugs and angry PMs.", "author": "kiki-kanri", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/kiki-kanri/god-bless-your-code.git" }, "keywords": [ "ascii", "ascii-art", "bless", "blessing", "buddha", "bun", "bun-plugin", "charm", "code-style", "comment", "fun", "god", "magic", "no-bugs", "plugin", "protect-code", "ritual", "rollup", "rollup-plugin", "vite", "vite-plugin" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./rollup": { "types": "./dist/rollup.d.ts", "import": "./dist/rollup.mjs", "require": "./dist/rollup.cjs" }, "./vite": { "types": "./dist/vite.d.ts", "import": "./dist/vite.mjs", "require": "./dist/vite.cjs" } }, "types": "./dist/index.d.ts", "files": [ "./dist", "./src" ], "engines": { "node": ">=18.12.1" }, "scripts": { "build": "ts-project-builder ./src/index.ts ./src/rollup.ts ./src/vite.ts --clean --preserve-modules --sourcemaps", "build:vite": "vite build --config ./playground/vite/vite.config.ts", "bumplog": "changelogen --bump --hideAuthorEmail", "dev:rollup": "rollup -c ./playground/rollup/rollup.config.ts --configPlugin @rollup/plugin-typescript --watch", "lint": "eslint --max-warnings 0", "lint:fix": "eslint --fix --max-warnings 0", "prepack": "pnpm run build", "release": "pnpm run lint && pnpm run typecheck && pnpm run test && pnpm run build && changelogen --hideAuthorEmail --push --release && npm publish", "test": "vitest run --coverage", "test:watch": "vitest watch --coverage", "typecheck": "tsc --noEmit" }, "devDependencies": { "@kikiutils/changelogen": "^0.8.0", "@kikiutils/eslint-config": "^1.1.0", "@kikiutils/tsconfigs": "^5.0.3", "@rollup/plugin-typescript": "^12.1.2", "@types/node": "^22.15.19", "@vitejs/plugin-vue": "^5.2.4", "@vitest/coverage-v8": "^3.1.4", "rollup": "^4.41.0", "self": "npm:god-bless-your-code@^0.3.0", "ts-project-builder": "^5.0.2", "typescript": "^5.8.3", "vite": "^6.3.5", "vitest": "^3.1.4", "vue": "^3.5.14" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild", "unrs-resolver" ] } }