{
  "name": "reblend-scripts-test",
  "version": "4.0.1",
  "keywords": [
    "reblend",
    "reblendjs",
    "create-reblend-app",
    "template",
    "typescript"
  ],
  "description": "The base TypeScript template for Create Reblend App.",
  "repository": {
    "type": "git",
    "url": "https://github.com/scyberLink/create-reblend-app.git",
    "directory": "packages/reblend-scripts-test"
  },
  "license": "MIT",
  "scripts": {
    "test": "reblend-scripts test",
    "build": "reblend-scripts build",
    "start": "reblend-scripts start",
    "eject": "reblend-scripts eject"
  },
  "engines": {
    "node": ">=20"
  },
  "bugs": {
    "url": "https://github.com/scyberLink/create-reblend-app/issues"
  },
  "files": [
    "template",
    "template.json"
  ],
  "gitHead": "1e1c004b09c24da8f8e0df25a10f2521338b816c",
  "dependencies": {
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/user-event": "^13.2.1",
    "@types/jest": "^27.0.1",
    "@types/node": "^16.7.13",
    "reblend-scripts": "^8.0.1",
    "reblendjs": "^12.1.0",
    "typescript": "^5.8.3",
    "web-vitals": "^2.1.0"
  },
  "eslintConfig": {
    "extends": [
      "reblend-app",
      "reblend-app/jest"
    ]
  }
}
