UNPKG

umi-plugin-codegen

Version:

Generate the front-end code by parsing the interface document

39 lines (38 loc) 936 B
{ "name": "umi-plugin-codegen", "version": "0.1.0", "description": "Generate the front-end code by parsing the interface document", "keywords": [ "umi-plugin", "umi-plugin-codegen", "milady", "alitajs" ], "homepage": "https://github.com/txp1035/txp/tree/master/packages/umi-plugin-codegen", "bugs": { "url": "https://github.com/txp1035/txp/issues" }, "repository": { "type": "git", "url": "https://github.com/txp1035/txp/tree/master/packages/umi-plugin-codegen" }, "license": "MIT", "main": "./lib/index.js", "files": [ "lib" ], "scripts": { "build": "pnpm tsc", "sort": "npx sort-package-json" }, "dependencies": { "milady": "^0.0.4" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "authors": [ "tangxiaoping <txp1035@gmail.com> (https://github.com/txp1035)" ], "gitHead": "65b2b7a432a6e23724b9efdd5b7adf388e15c566" }