{ "name": "create-payload-app", "version": "1.0.0", "license": "MIT", "homepage": "https://payloadcms.com", "bin": { "create-payload-app": "bin/cli.js" }, "repository": { "type": "git", "url": "https://github.com/payloadcms/payload.git", "directory": "packages/create-payload-app" }, "scripts": { "build": "pnpm build:swc", "build:swc": "swc ./src -d ./dist --config-file .swcrc", "clean": "rimraf {dist,*.tsbuildinfo}", "test": "jest", "prepublishOnly": "pnpm test && pnpm clean && pnpm build" }, "files": [ "package.json", "dist", "bin" ], "dependencies": { "@sindresorhus/slugify": "^1.1.0", "arg": "^5.0.0", "chalk": "^4.1.0", "command-exists": "^1.2.9", "degit": "^2.8.4", "execa": "^5.0.0", "figures": "^3.2.0", "fs-extra": "^9.0.1", "handlebars": "^4.7.7", "ora": "^5.1.0", "prompts": "^2.4.2", "terminal-link": "^2.1.1" }, "devDependencies": { "@types/command-exists": "^1.2.0", "@types/degit": "^2.8.3", "@types/fs-extra": "^9.0.12", "@types/jest": "^27.0.3", "@types/node": "^16.6.2", "@types/prompts": "^2.4.1", "ts-jest": "^29.1.0" } }