{
  "name": "@xmajs/core",
  "version": "1.0.2",
  "description": "uma core",
  "author": "xieyongfei <mrxiangyu@111.com>",
  "license": "MIT",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib",
    "index.d.ts"
  ],
  "publishConfig": {
    "registry": "http://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "fix": "esw src --fix --ext .ts",
    "lint": "eslint src --ext .ts",
    "lint-w": "esw src --clear --color -w --ext .ts",
    "build-w": "tsc -w --inlineSourceMap",
    "start": "run-p lint-w build-w",
    "prebuild": "npm run lint",
    "build": "tsc",
    "prepublish": "npm run build"
  },
  "dependencies": {
    "@types/koa-send": "^4.1.2",
    "koa-body": "^4.1.1"
  },
  "devDependencies": {
    "@types/jest": "^26.0.19",
    "@types/koa": "^2.11.6",
    "@types/node": "^12.12.9",
    "@typescript-eslint/eslint-plugin": "^4.9.1",
    "@typescript-eslint/parser": "^4.9.1",
    "chokidar": "^3.4.3",
    "dateformat": "^4.3.1",
    "eslint": "^7.15.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-typescript": "^0.14.0",
    "eslint-watch": "^7.0.0",
    "jsonp-body": "1.0.0",
    "koa": "^2.13.0",
    "koa-send": "^5.0.1",
    "npm-run-all": "^4.1.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Experor-xxy/xma.git"
  },
  "bugs": {
    "url": "https://github.com/Experor-xxy/xma/issues"
  },
  "homepage": "https://github.com/wuba/Umajs#readme",
  "gitHead": "e48806932090984d05ecfd7f666e8a54edf34415"
}
