20 lines
469 B
JSON
20 lines
469 B
JSON
{
|
|
"name": "registry",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"init": "shadcn init",
|
|
"registry:build": "shadcn registry:build"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.6.2",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"shadcn": "2.6.0-canary.2"
|
|
}
|
|
} |