-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
37 lines (37 loc) · 1011 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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 <[email protected]> (github.com/bigmeow)",
"license": "MIT"
}