{
  "name": "@ctx-core/solid-start",
  "version": "1.1.216",
  "description": "ctx-core helpers for solid-start",
  "keywords": [
    "ctx-core",
    "solid-js",
    "solid-start"
  ],
  "homepage": "https://github.com/ctx-core/solid-start#readme",
  "bugs": {
    "url": "https://github.com/ctx-core/solid-start/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ctx-core/solid-start.git"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Brian Takita",
    "url": "https://briantakita.me",
    "email": "info+ctx-core-solid-start@briantakita.me"
  },
  "type": "module",
  "module": "index.jsx",
  "files": [
    "*.d.ts",
    "*.js",
    "*.json",
    "./templates",
    "./_types"
  ],
  "types": "index.d.ts",
  "dependencies": {
    "ctx-core": "^7.2.32",
    "solid-js": "^1.8.22"
  },
  "devDependencies": {
    "@ctx-core/http": "9.5.204",
    "@solidjs/meta": "^0.29.4",
    "@types/aws-lambda": "^8.10.145",
    "aws-lambda": "^1.0.7",
    "c8": "^10.1.2",
    "solid-start": "^0.3.11",
    "tsx": "^4.19.0",
    "typescript": "next",
    "uvu": "^0.5.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "scripts": {
    "build": ":",
    "clean": ":",
    "exec": "$@",
    "test": "pnpm test:unit",
    "test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
    "disable:test:unit:coverage": "c8 pnpm test:unit"
  }
}