{
  "name": "@james-camilleri/create-website",
  "version": "1.3.3",
  "description": "NPM initialiser for small website projects",
  "main": "bin.mjs",
  "bin": "bin.mjs",
  "author": "James Camilleri",
  "license": "ISC",
  "dependencies": {
    "degit": "^2.8.4",
    "inquirer": "^8.2.6",
    "strip-ansi": "^7.1.0",
    "@james-camilleri/sanity-schema-setup": "^2.1.1"
  },
  "devDependencies": {
    "@eslint/compat": "^1.1.1",
    "@types/eslint": "^9.6.1",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.30.0",
    "eslint-plugin-svelte": "^2.43.0",
    "globals": "^15.9.0",
    "postcss": "^8.4.45",
    "postcss-html": "^1.7.0",
    "prettier": "^3.3.3",
    "prettier-plugin-svelte": "^3.2.6",
    "stylelint": "^16.9.0",
    "stylelint-config-html": "^1.1.0",
    "stylelint-config-prettier-scss": "^1.0.0",
    "stylelint-config-recess-order": "^5.1.0",
    "stylelint-config-sass-guidelines": "^12.0.0",
    "stylelint-config-standard-scss": "^13.1.0",
    "stylelint-order": "^6.0.4",
    "svelte": "5.0.0-next.238",
    "svelte-check": "^2.10.3",
    "typescript": "^5.6.2",
    "typescript-eslint": "^8.5.0",
    "vite": "^5.4.3"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}