{
  "name": "create-tony-app",
  "version": "0.2.3",
  "author": "Antoniel <antoniel2210@gmail.com>",
  "description": "create applications easily",
  "license": "MIT",
  "bin": {
    "create-tony-app": "./dist/index.js"
  },
  "scripts": {
    "prepare": "tsc -p tsconfig.json",
    "build": "tsc -p tsconfig.json",
    "lint": "yarn build && yarn lint:post-build",
    "lint:post-build": "node dist/index.js lint ./ --ignore-pattern 'test/e2e/fixtures/lint'",
    "start": "tsc -p tsconfig.json --watch",
    "release": "np",
    "deduplicate": "yarn-deduplicate -s fewer yarn.lock",
    "deduplicate:check": "yarn-deduplicate -s fewer yarn.lock --list --fail"
  },
  "files": [
    "dist",
    "templates"
  ],
  "engines": {
    "node": ">=14"
  },
  "dependencies": {
    "@typescript-eslint/eslint-plugin": "^4.28.2",
    "@typescript-eslint/parser": "^4.28.2",
    "babel-eslint": "^10.0.3",
    "camelcase": "^6.0.0",
    "chalk": "^4.0.0",
    "enquirer": "^2.3.4",
    "eslint": "^7.30.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-config-react-app": "^6.0.0",
    "eslint-plugin-flowtype": "^5.8.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-react": "^7.14.3",
    "eslint-plugin-react-hooks": "^4.2.0",
    "execa": "^5.1.1",
    "fs-extra": "^10.0.0",
    "ora": "^5.4.1",
    "prettier": "^2.3.2",
    "sade": "^1.4.2",
    "shelljs": "^0.8.3",
    "typescript": "^4.3.5"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.1",
    "@types/node": "^16.0.1",
    "@types/sade": "^1.6.0",
    "@types/shelljs": "^0.8.5",
    "np": "^7.5.0",
    "vite": "^4.4.9",
    "vitest": "^0.34.3",
    "yarn-deduplicate": "^3.1.0"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  }
}
