UNPKG

smart-registry

Version:

A zero-configuration (no registry.json required), shadcn add / open in v0 compatible registry builder.

77 lines (76 loc) 1.99 kB
{ "name": "smart-registry", "version": "0.8.2", "description": "A zero-configuration (no registry.json required), shadcn add / open in v0 compatible registry builder.", "keywords": [ "components", "ui", "tailwind", "radix-ui", "shadcn", "react", "nextjs", "v0", "registry", "smart" ], "homepage": "https://github.com/nrjdalal/smart-registry#readme", "bugs": "https://github.com/nrjdalal/smart-registry/issues", "repository": "nrjdalal/smart-registry", "funding": "https://github.com/sponsors/nrjdalal", "license": "MIT", "author": { "name": "Neeraj Dalal", "email": "admin@nrjdalal.com", "url": "https://nrjdalal.com" }, "type": "module", "bin": "./dist/bin/index.js", "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "prepare": "if [ \"$NODE_ENV\" != \"production\" ]; then npx simple-git-hooks; fi", "publish:latest": "NODE_ENV=production changeset publish", "test": "bash scripts/test.sh" }, "simple-git-hooks": { "pre-commit": "npx lint-staged", "commit-msg": "npx commitlint --edit $1" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "lint-staged": { "*": "prettier --write --ignore-unknown", "package.json": "sort-package-json" }, "prettier": { "plugins": [ "@ianvs/prettier-plugin-sort-imports" ], "semi": false }, "dependencies": { "strip-json-comments": "^5.0.1", "tinyglobby": "^0.2.12" }, "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.10", "@commitlint/cli": "^19.6.0", "@commitlint/config-conventional": "^19.6.0", "@ianvs/prettier-plugin-sort-imports": "^4.4.0", "@types/node": "^22.10.1", "lint-staged": "^15.2.10", "prettier": "^3.4.2", "simple-git-hooks": "^2.11.1", "sort-package-json": "^2.14.0", "tsup": "^8.3.5", "typescript": "^5.7.2" } }