UNPKG

meta-json-schema

Version:
53 lines (52 loc) 1.23 kB
{ "name": "meta-json-schema", "version": "1.19.25", "description": "JSON Schema for Clash Meta", "keywords": [ "clash", "clash.meta", "mihomo", "schema" ], "files": [ "schemas", "CHANGELOG.md" ], "publishConfig": { "registry": "https://registry.npmjs.org" }, "homepage": "https://github.com/dongchengjie/meta-json-schema", "bugs": { "url": "https://github.com/dongchengjie/meta-json-schema/issues" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/dongchengjie/meta-json-schema.git" }, "scripts": { "preinstall": "npx only-allow pnpm", "prepare": "lefthook install", "dev": "npx json-schema-artifact --watch", "release": "npx json-schema-artifact", "preview": "npm publish --dry-run" }, "devDependencies": { "@aminya/minijson": "^1.1.3", "@commitlint/cli": "^21.0.1", "@commitlint/config-conventional": "^21.0.1", "dprint": "^0.54.0", "json-schema-artifact": "^2.0.3", "lefthook": "^2.1.6" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "engines": { "node": ">=22", "pnpm": ">=10" }, "packageManager": "pnpm@10.33.4" }