UNPKG

1.47 kBJSONView Raw
1{
2 "name": "@malagu/core",
3 "version": "0.0.10",
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 "ts-custom-error": "^3.1.1",
23 "url-join": "^4.0.1",
24 "vscode-ws-jsonrpc": "^0.1.1"
25 },
26 "publishConfig": {
27 "access": "public"
28 },
29 "keywords": [
30 "malagu-component"
31 ],
32 "license": "MIT",
33 "repository": {
34 "type": "git",
35 "url": "https://github.com/muxiangqiu/malagu.git"
36 },
37 "bugs": {
38 "url": "https://github.com/muxiangqiu/malagu/issues"
39 },
40 "homepage": "https://github.com/muxiangqiu/malagu",
41 "files": [
42 "lib",
43 "src",
44 "malagu.yml"
45 ],
46 "scripts": {
47 "prepare": "yarn run clean && yarn run build",
48 "clean": "malaguext clean",
49 "build": "malaguext build",
50 "watch": "malaguext watch",
51 "test": "malaguext test",
52 "docs": "malaguext docs"
53 },
54 "devDependencies": {
55 "@malagu/ext-scripts": "^0.0.10"
56 },
57 "nyc": {
58 "extends": "../../configs/nyc.json"
59 }
60}