create-nicsde-next-app
Version:
A CLI tool to create Next.js applications with custom configurations
37 lines (36 loc) • 713 B
JSON
{
"name": "create-nicsde-next-app",
"version": "0.1.4",
"main": "index.js",
"bin": {
"create-nicsde-next-app": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build",
"build": "echo \"Building...\""
},
"files": [
"index.js",
"auth",
"sdk",
"src",
"public",
"bin"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"next",
"create-next-app",
"nicsde"
],
"author": "xiaohang",
"license": "MIT",
"description": "A CLI tool to create Next.js applications with custom configurations",
"dependencies": {
"execa": "^9.5.2",
"fs-extra": "^11.3.0"
}
}