UNPKG

2.37 kBJSONView Raw
1{
2 "name": "@malagu/cli",
3 "version": "0.0.5",
4 "description": "Malagu CLI.",
5 "publishConfig": {
6 "access": "public"
7 },
8 "license": "MIT",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/muxiangqiu/malagu.git"
12 },
13 "bugs": {
14 "url": "https://github.com/muxiangqiu/malagu/issues"
15 },
16 "homepage": "https://github.com/muxiangqiu/malagu",
17 "files": [
18 "bin",
19 "lib",
20 "src",
21 "templates"
22 ],
23 "bin": {
24 "malagu": "./bin/malagu"
25 },
26 "main": "lib/index.js",
27 "typings": "lib/index.d.ts",
28 "scripts": {
29 "prepare": "yarn run clean && yarn run build",
30 "clean": "malaguext clean",
31 "build": "malaguext build",
32 "watch": "malaguext watch",
33 "test": "malaguext test",
34 "docs": "malaguext docs"
35 },
36 "dependencies": {
37 "@types/chai": "^4.0.1",
38 "@types/chai-string": "^1.4.0",
39 "chalk": "^2.4.2",
40 "commander": "^2.20.0",
41 "css-loader": "^3.1.0",
42 "decache": "^4.5.1",
43 "delay": "^4.3.0",
44 "file-loader": "^4.1.0",
45 "friendly-errors-webpack-plugin": "^1.7.0",
46 "fs-extra": "^8.1.0",
47 "html-webpack-plugin": "^3.2.0",
48 "ignore-loader": "^0.1.2",
49 "inquirer": "^6.5.0",
50 "inquirer-autocomplete-prompt": "^1.0.1",
51 "is-builtin-module": "^3.0.0",
52 "js-yaml": "^3.13.1",
53 "lodash": "^4.17.15",
54 "lodash.mergewith": "^4.6.2",
55 "memory-fs": "^0.4.1",
56 "ora": "^4.0.2",
57 "request": "^2.88.0",
58 "request-promise": "^4.2.4",
59 "rimraf": "^2.6.1",
60 "source-map-loader": "^0.2.4",
61 "style-loader": "^0.23.1",
62 "temp": "^0.8.3",
63 "terser-webpack-plugin": "^2.1.3",
64 "ts-loader": "^6.2.0",
65 "ts-node": "^8.4.1",
66 "tslint": "^5.12.0",
67 "typedoc": "^0.15.0",
68 "typescript": "^3.5.3",
69 "url-loader": "^2.1.0",
70 "uuid": "^3.1.0",
71 "webpack": "^4.36.1",
72 "webpack-dev-server": "^3.7.2",
73 "webpack-merge": "^4.2.1",
74 "worker-loader": "^2.0.0"
75 },
76 "devDependencies": {
77 "@malagu/ext-scripts": "^0.0.5",
78 "@types/friendly-errors-webpack-plugin": "^0.1.2",
79 "@types/fs-extra": "^8.0.0",
80 "@types/js-yaml": "^3.12.1",
81 "@types/loader-utils": "^1.1.3",
82 "@types/lodash.mergewith": "^4.6.6",
83 "@types/memory-fs": "^0.3.2",
84 "@types/request-promise": "^4.1.44",
85 "@types/webpack": "^4.32.0",
86 "@types/webpack-dev-server": "^3.1.7",
87 "@types/webpack-merge": "^4.1.5"
88 }
89}