UNPKG

1.53 kBJSONView Raw
1{
2 "name": "@malagu/core",
3 "version": "0.0.28",
4 "description": "",
5 "main": "lib/common/index.js",
6 "typings": "lib/common/index.d.ts",
7 "dependencies": {
8 "@types/express": "^4.16.1",
9 "@types/lodash.debounce": "4.0.3",
10 "@types/lodash.throttle": "^4.1.3",
11 "class-transformer": "^0.2.3",
12 "class-validator": "^0.11.0",
13 "es6-promise": "^4.2.4",
14 "inversify": "^5.0.1",
15 "inversify-binding-decorators": "^4.0.0",
16 "jexl": "^2.1.1",
17 "lodash.debounce": "^4.0.8",
18 "lodash.throttle": "^4.1.1",
19 "loglevel": "^1.6.3",
20 "reflect-metadata": "^0.1.10",
21 "source-map-support": "^0.5.13",
22 "traverse": "^0.6.6",
23 "ts-custom-error": "^3.1.1",
24 "url-join": "^4.0.1",
25 "vscode-ws-jsonrpc": "^0.1.1"
26 },
27 "publishConfig": {
28 "access": "public"
29 },
30 "keywords": [
31 "malagu-component"
32 ],
33 "license": "MIT",
34 "repository": {
35 "type": "git",
36 "url": "https://github.com/muxiangqiu/malagu.git"
37 },
38 "bugs": {
39 "url": "https://github.com/muxiangqiu/malagu/issues"
40 },
41 "homepage": "https://github.com/muxiangqiu/malagu",
42 "files": [
43 "lib",
44 "src",
45 "malagu.yml"
46 ],
47 "scripts": {
48 "prepare": "yarn run clean && yarn run build",
49 "clean": "malaguext clean",
50 "build": "malaguext build",
51 "watch": "malaguext watch",
52 "test": "malaguext test",
53 "docs": "malaguext docs"
54 },
55 "devDependencies": {
56 "@malagu/ext-scripts": "^0.0.28",
57 "@types/traverse": "^0.6.32"
58 },
59 "nyc": {
60 "extends": "../../configs/nyc.json"
61 }
62}