{ "name": "create-next-app", "version": "9.1.3-canary.2", "keywords": [ "react", "next", "next.js" ], "description": "Create Next.js-powered React apps with one command", "repository": { "type": "git", "url": "https://github.com/zeit/next.js", "directory": "packages/create-next-app" }, "author": "Next.js Team ", "license": "MIT", "bin": { "create-next-app": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "ncc build ./index.ts -w -o dist/", "prerelease": "rimraf ./dist/", "release": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register", "prepublish": "yarn release" }, "devDependencies": { "@types/got": "9.6.2", "@types/node": "^12.6.8", "@types/prompts": "2.0.1", "@types/tar": "4.0.3", "@zeit/ncc": "^0.20.4", "chalk": "2.4.2", "commander": "2.20.0", "cpy": "7.3.0", "cross-spawn": "6.0.5", "got": "9.6.0", "make-dir": "3.0.0", "promisepipe": "3.0.0", "prompts": "2.1.0", "rimraf": "2.6.3", "tar": "4.4.10", "typescript": "^3.5.3", "update-check": "1.5.3", "validate-npm-package-name": "3.0.0" } }