@malagu/core
Version:
61 lines (60 loc) • 1.42 kB
JSON
{
"name": "@malagu/core",
"version": "2.0.8",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@types/lodash.debounce": "4.0.3",
"@types/lodash.throttle": "^4.1.3",
"inversify": "^5.1.1",
"jexl": "^2.1.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"loglevel": "^1.6.3",
"process": "^0.11.10",
"reflect-metadata": "^0.1.10",
"rxjs": "^6.6.0",
"setimmediate": "^1.0.5",
"source-map-support": "^0.5.13",
"traverse": "^0.6.6",
"ts-custom-error": "^3.1.1",
"url-join": "^4.0.1"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"malagu-component"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cellbang/malagu.git"
},
"bugs": {
"url": "https://github.com/cellbang/malagu/issues"
},
"homepage": "https://github.com/cellbang/malagu",
"files": [
"lib",
"src",
"malagu.yml",
"malagu-remote.yml"
],
"scripts": {
"lint": "malaguext lint",
"build": "malaguext build",
"watch": "malaguext watch",
"clean": "malaguext clean",
"test": "malaguext test"
},
"devDependencies": {
"@malagu/ext-scripts": "2.0.8",
"@types/traverse": "^0.6.32"
},
"nyc": {
"extends": "../../configs/nyc.json"
},
"gitHead": "297c89797221ff39990783cdd13d3a1621e79218"
}