UNPKG

ant-g

Version:

antDesignPro辅助代码生成器

65 lines (64 loc) 1.44 kB
{ "name": "ant-g", "version": "0.9.10", "description": "antDesignPro辅助代码生成器", "bin": { "ant-g": "cli.js" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "antDesignPro", "cli", "antDesign", "脚手架" ], "author": "fanhl [fanhl@189.cn]", "license": "ISC", "homepage": "https://github.com/fanhualei/ant-g", "repository": { "type": "git", "url": "https://github.com/fanhualei/ant-g" }, "files": [ "cli.js", "index.js", "lib" ], "exclude": [ "src", "mock" ], "dependencies": { "@babel/preset-typescript": "^7.7.7", "ali-rds": "^3.3.0", "babel-eslint": "^10.0.3", "chalk": "^2.4.2", "clipboardy": "^2.1.0", "co": "^4.6.0", "debug": "^4.1.1", "execa": "^1.0.0", "fs-extra": "^8.0.1", "fuzzy": "^0.1.3", "glob": "^7.1.4", "inquirer": "^6.4.1", "inquirer-autocomplete-prompt": "^1.0.1", "lodash": "^4.17.15", "mkdirp": "^0.5.1", "prettier": "1.19.1", "semver": "^6.1.0", "sort-package-json": "^1.22.1", "sylvanas": "~0.2.0", "umi-utils": "^1.7.2", "yargs-parser": "^13.1.1", "yeoman-generator": "^4.0.1" }, "devDependencies": { "@types/jest": "^24.0.19", "coffee": "^5.2.1", "mm": "^2.5.0", "np": "^5.0.1" } }