UNPKG

create-synxty-app

Version:

Synxty App - Start your projects like a pro

57 lines 1.27 kB
{ "name": "create-synxty-app", "version": "1.0.1", "author": "Synxty", "license": "MIT", "description": "Synxty App - Start your projects like a pro", "repository": { "type": "git", "url": "https://github.com/synxty/create-synxty-app.git" }, "scripts": { "dev": "rm -rf dist && ncc build ./index.ts -w -o ./dist/", "build": "rm -rf dist && ncc build ./index.ts -o ./dist/ -m -C --no-source-map-register" }, "bin": { "create-synxty-app": "./dist/index.js" }, "files": [ "dist" ], "devDependencies": { "@types/cross-spawn": "^6.0.2", "@types/node": "^14.6.4", "@types/validate-npm-package-name": "^3.0.0", "@types/yargs": "^15.0.5", "@vercel/ncc": "^0.24.0", "chalk": "^4.1.0", "cpy": "^8.1.1", "cross-spawn": "^7.0.3", "typescript": "^4.0.2", "update-check": "^1.5.4", "validate-npm-package-name": "^3.0.0", "yargs": "^15.4.1" }, "keywords": [ "react", "next", "next.js", "cra", "create-react-app", "template", "typescript", "ts", "tsx", "styled-components", "husky", "eslint", "lint-staged", "commitizen", "cz-conventional-changelog", "jest", "prettier" ], "engines": { "node": ">=10.13.0" } }