@ctx-core/solid-start
Version:
ctx-core helpers for solid-start
61 lines • 1.4 kB
JSON
{
"name": "@ctx-core/solid-start",
"version": "1.1.217",
"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": "*",
"solid-js": "^1.9.11"
},
"devDependencies": {
"@ctx-core/http": "*",
"@solidjs/meta": "^0.29.4",
"@types/aws-lambda": "^8.10.161",
"aws-lambda": "^1.0.7",
"c8": "^11.0.0",
"solid-start": "^0.3.11",
"tsx": "^4.21.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"
}
}