UNPKG

@megalo/cli-plugin-typescript

Version:
38 lines (37 loc) 1.01 kB
{ "name": "@megalo/cli-plugin-typescript", "version": "1.0.0-beta.2", "description": "typescript plugin for megalo-cli ", "main": "index.js", "dependencies": { "@types/webpack-env": "^1.13.9", "@megalo/cli-share-utils": "latest", "fork-ts-checker-webpack-plugin": "^1.0.2", "globby": "^9.2.0", "ts-loader": "^5.3.3", "tslint": "^5.15.0", "webpack": "^4.0.0" }, "peerDependencies": { "typescript": ">=2" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/megalojs/megalo-cli.git", "directory": "packages/@megalo/cli-plugin-typescript" }, "bugs": { "url": "https://github.com/megalojs/megalo-cli/issues" }, "homepage": "https://github.com/megalojs/megalo-cli/tree/master/packages/@megalo/cli-plugin-typescript#readme", "keywords": [ "megalo", "cli-plugin", "typescript" ], "author": "bigMeow <running@vip.163.com> (github.com/bigmeow)", "license": "MIT" }