create-quickstart-app
Version:
CLI tool to generate Next.js projects with various configurations
19 lines (18 loc) • 316 B
JSON
{
"name": "clerk",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@clerk/nextjs": "^6.12.8"
}
}