meta-json-schema
Version:
JSON Schema for Clash Meta
50 lines (49 loc) • 1.16 kB
JSON
{
"name": "meta-json-schema",
"version": "1.19.12",
"description": "JSON Schema for Clash Meta",
"keywords": [
"clash",
"clash.meta",
"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": {
"url": "git+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": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"dprint": "^0.50.0",
"json-schema-artifact": "^2.0.3",
"lefthook": "^1.11.14"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.15.9"
}