Files
shadcn-ui/packages/cli/test/fixtures/next-src/package.json
2023-06-22 22:44:52 +04:00

12 lines
196 B
JSON

{
"name": "text-cli-next-src",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
}
}