UNPKG

nuxt-kql

Version:

Kirby's Query Language API for Nuxt

75 lines (74 loc) 1.93 kB
{ "name": "nuxt-kql", "type": "module", "version": "1.6.0", "packageManager": "pnpm@10.13.1", "description": "Kirby's Query Language API for Nuxt", "author": "Johann Schopplich <hello@johannschopplich.com>", "license": "MIT", "homepage": "https://nuxt-kql.byjohann.dev", "repository": { "type": "git", "url": "git+https://github.com/johannschopplich/nuxt-kql.git" }, "bugs": { "url": "https://github.com/johannschopplich/nuxt-kql/issues" }, "keywords": [ "getkirby", "kirby", "kql", "nuxt", "query" ], "sideEffects": false, "exports": { ".": { "types": "./dist/types.d.mts", "default": "./dist/module.mjs" } }, "main": "./dist/module.mjs", "types": "./dist/types.d.mts", "files": [ "dist" ], "scripts": { "prepack": "nuxt-module-build build", "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare test/fixture", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "vitest", "test:types": "tsc --noEmit", "release": "bumpp" }, "dependencies": { "@nuxt/kit": "^3.17.7", "@vueuse/core": "^13.5.0", "defu": "^6.1.4", "kirby-types": "^1.0.0", "ofetch": "^1.4.1", "ohash": "^2.0.11", "pathe": "^2.0.3", "scule": "^1.3.0", "ufo": "^1.6.1", "uint8array-extras": "^1.4.0" }, "devDependencies": { "@antfu/eslint-config": "^4.17.0", "@nuxt/module-builder": "^1.0.1", "@nuxt/test-utils": "^3.19.2", "@types/node": "^22.16.4", "bumpp": "^10.2.0", "destr": "^2.0.5", "eslint": "^9.31.0", "nuxt": "^3.17.7", "typescript": "^5.8.3", "vitest": "^3.2.4" } }