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.
126 lines (125 loc) • 3.19 kB
JSON
{
"name": "god-bless-your-code",
"type": "module",
"version": "0.6.2",
"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.js",
"require": null
},
"./index": {
"types": null,
"import": null,
"require": null
},
"./package.json": "./package.json",
"./types": {
"types": "./dist/types/index.d.ts",
"import": null,
"require": null
},
"./types/index": {
"types": null,
"import": null,
"require": null
},
"./*": "./dist/*.js"
},
"types": "./dist/index.d.ts",
"files": [
"./dist",
"./src"
],
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"build": "tsdown",
"build:vite": "vite build --config ./playground/vite/vite.config.ts",
"bumplog": "changelogen --bump --hideAuthorEmail",
"depcheck": "depcheck",
"dev:rolldown": "rolldown -c ./playground/rolldown/rolldown.config.ts --watch",
"dev:rollup": "rollup -c ./playground/rollup/rollup.config.mjs --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 -b --noEmit",
"unused-exports": "ts-unused-exports ./tsconfig.json"
},
"peerDependencies": {
"rollup": "^4.53.3",
"vite": "^7.2.6"
},
"peerDependenciesMeta": {
"rollup": {
"optional": true
},
"vite": {
"optional": true
}
},
"devDependencies": {
"@antfu/eslint-config": "^7.0.1",
"@kikiutils/eslint-config": "^5.0.2",
"@kikiutils/eslint-plugin-tailwindcss": "^3.19.0",
"@kikiutils/eslint-plugin-vue": "^10.2.2",
"@kikiutils/tsconfigs": "^5.0.5",
"@types/node": "^25.0.9",
"@vitejs/plugin-vue": "^6.0.3",
"@vitest/coverage-v8": "^4.0.17",
"changelogen": "^0.6.2",
"depcheck": "^1.4.7",
"eslint-plugin-tailwindcss": "^3.18.2",
"publint": "^0.3.16",
"rolldown": "^0.15.1",
"rollup": "^4.55.1",
"self": "npm:god-bless-your-code@^0.6.1",
"ts-unused-exports": "^11.0.1",
"tsdown": "^0.19.0",
"typescript": "^5.9.3",
"unplugin-unused": "^0.5.6",
"vite": "^7.3.1",
"vitest": "^4.0.17",
"vue": "^3.5.27"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}