UNPKG

kirby-types

Version:

A collection of TypeScript types for the Kirby CMS

53 lines (52 loc) 1.35 kB
{ "name": "kirby-types", "type": "module", "version": "1.0.0", "packageManager": "pnpm@9.15.9", "description": "A collection of TypeScript types for the Kirby CMS", "author": "Johann Schopplich <hello@johannschopplich.com>", "license": "MIT", "homepage": "https://github.com/johannschopplich/kirby-types#readme", "repository": { "type": "git", "url": "git+https://github.com/johannschopplich/kirby-types.git" }, "bugs": "https://github.com/johannschopplich/kirby-types/issues", "keywords": [ "getkirby", "kirby-cms", "kirby", "kql", "query-language", "query", "typescript" ], "sideEffects": false, "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" } }, "types": "./index.d.ts", "files": [ "index.d.ts", "src" ], "scripts": { "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier \"**/*.{css,html,json,md,mjs,ts,vue,yml}\" --write", "format:check": "prettier \"**/*.{css,html,json,md,mjs,ts,vue,yml}\" --check", "release": "bumpp --commit --push --tag", "test": "tsd -f \"test/**/*.test-d.ts\"" }, "devDependencies": { "@antfu/eslint-config": "^3.16.0", "bumpp": "^9.11.1", "eslint": "^9.27.0", "prettier": "^3.5.3", "tsd": "^0.32.0", "typescript": "^5.8.3" } }