@malagu/core
Version:
56 lines (55 loc) • 1.36 kB
JSON
{
"name": "@malagu/core",
"version": "2.60.3",
"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",
"cls-hooked": "^4.2.2",
"inversify": "^6.0.1",
"jexl": "^2.3.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"reflect-metadata": "^0.1.13",
"setimmediate": "^1.0.5",
"source-map-support": "^0.5.13",
"traverse": "^0.6.7",
"ts-custom-error": "^3.1.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": "malagu-component lint",
"build": "malagu-component build",
"watch": "malagu-component watch",
"clean": "malagu-component clean",
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/component": "2.60.3",
"@types/jexl": "^2.2.0",
"@types/traverse": "^0.6.32"
},
"gitHead": "747503eff02d143c4f280181e6824c6731ae3bcd"
}