@dataql/astro
Version:
DataQL Astro SDK with SSR/SSG support and multi-framework compatibility
67 lines (66 loc) • 1.54 kB
JSON
{
"name": "@dataql/astro",
"version": "0.1.2",
"description": "DataQL Astro SDK with SSR/SSG support and multi-framework compatibility",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest --passWithNoTests",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"lint": "eslint 'src/**/*.ts'",
"dev": "tsc --watch"
},
"keywords": [
"dataql",
"astro",
"ssr",
"ssg",
"static-site",
"offline-first",
"multi-framework",
"islands"
],
"author": "",
"license": "MIT",
"peerDependencies": {
"astro": ">=2.0.0"
},
"peerDependenciesMeta": {
"astro": {
"optional": false
}
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.56.0",
"jest": "^29.6.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.1.6",
"astro": "^4.0.0"
},
"dependencies": {
"@dataql/node": "^0.8.5",
"uuid": "^11.1.0",
"idb": "^8.0.0",
"@dataql/shared": "workspace:*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andrejs1979/dataql.git",
"directory": "packages/sdk/astro"
},
"bugs": {
"url": "https://github.com/Andrejs1979/dataql/issues"
},
"homepage": "https://github.com/Andrejs1979/dataql#readme"
}