UNPKG

1.4 kBJSONView Raw
1{
2 "name": "@malagu/core",
3 "version": "0.0.7",
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 "es6-promise": "^4.2.4",
12 "inversify": "^5.0.1",
13 "inversify-binding-decorators": "^4.0.0",
14 "jexl": "^2.1.1",
15 "lodash.debounce": "^4.0.8",
16 "lodash.throttle": "^4.1.1",
17 "loglevel": "^1.6.3",
18 "reflect-metadata": "^0.1.10",
19 "source-map-support": "^0.5.13",
20 "ts-custom-error": "^3.1.1",
21 "url-join": "^4.0.1",
22 "vscode-ws-jsonrpc": "^0.1.1"
23 },
24 "publishConfig": {
25 "access": "public"
26 },
27 "keywords": [
28 "malagu-component"
29 ],
30 "license": "MIT",
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/muxiangqiu/malagu.git"
34 },
35 "bugs": {
36 "url": "https://github.com/muxiangqiu/malagu/issues"
37 },
38 "homepage": "https://github.com/muxiangqiu/malagu",
39 "files": [
40 "lib",
41 "src",
42 "malagu.yml"
43 ],
44 "scripts": {
45 "prepare": "yarn run clean && yarn run build",
46 "clean": "malaguext clean",
47 "build": "malaguext build",
48 "watch": "malaguext watch",
49 "test": "malaguext test",
50 "docs": "malaguext docs"
51 },
52 "devDependencies": {
53 "@malagu/ext-scripts": "^0.0.7"
54 },
55 "nyc": {
56 "extends": "../../configs/nyc.json"
57 }
58}