UNPKG

ts-metatype

Version:

define type in runtime by typescipt

35 lines (34 loc) 768 B
{ "name": "ts-metatype", "version": "0.8.0-alpha", "description": "define type in runtime by typescipt", "main": "./dist/index.js", "keywords": [ "metatype", "meta", "type", "runtime", "typescript", "typedef", "运行时类型", "类型定义" ], "scripts": { "dev": "tsc -w", "test": "node ./dist/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/gmono/ts-metatype.git" }, "author": "gmono", "license": "MIT", "bugs": { "url": "https://github.com/gmono/ts-metatype/issues" }, "homepage": "https://github.com/gmono/ts-metatype#readme", "dependencies": { "ts-metacode": "^1.4.6-maintain3", "ts-pystyle": "^1.4.4" } }