{
  "name": "@xprofiler/artus-core",
  "version": "0.1.0",
  "description": "Core package of Artus",
  "main": "lib/index.js",
  "scripts": {
    "build": "npm run test && rm -rf lib && tsc",
    "test": "jest --detectOpenHandles",
    "ci": "npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/artusjs/core.git"
  },
  "author": "Artus Working Group",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/artusjs/core/issues"
  },
  "homepage": "https://github.com/artusjs/core#readme",
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "@types/js-yaml": "^4.0.5",
    "@types/koa": "^2.13.4",
    "@types/minimatch": "^3.0.5",
    "axios": "^0.26.1",
    "babel-jest": "^27.5.1",
    "egg-ci": "^1.19.0",
    "jest": "^27.5.1",
    "koa": "^2.13.4",
    "reflect-metadata": "^0.1.13",
    "ts-jest": "^27.1.3",
    "typescript": "^4.6.2"
  },
  "dependencies": {
    "@artus/injection": "^0.1.1",
    "@artus/pipeline": "^0.1.6",
    "deepmerge": "^4.2.2",
    "js-yaml": "^4.1.0",
    "minimatch": "^5.0.1"
  },
  "ci": {
    "type": "github",
    "version": "12, 14, 16"
  }
}
