UNPKG

omelop-json-schema

Version:

解析 ts 的interface 到 omelox-protobuf用的 json格式。

42 lines (41 loc) 869 B
{ "name": "omelop-json-schema", "version": "3.1.14", "dependencies": { "ajv": "^6.12.4", "cliff": "^0.1.10", "commander": "^8.0.0", "tslib": "^2.4.0", "typescript-json-schema": "^0.61.0" }, "devDependencies": { "@types/node": "^18.11.9", "ts-node": "^9.1.1", "typescript": "^5.2.2" }, "homepage": "https://gitee.com/fw-assets/omelop", "repository": { "type": "git", "url": "https://gitee.com/fw-assets/omelop.git" }, "engines": { "node": ">=8" }, "main": "./dist/lib/index", "types": "./lib/index", "scripts": { "build": "tsc", "prepare": "yarn run build" }, "bin": { "omelox-json-schema": "./dist/bin/omelox-json-schema.js" }, "keywords": [ "omelox", "interface", "json", "parser", "protobuf" ], "gitHead": "7fac299a6ff8c0675af6b89f6046555ca5ebe999" }