{
  "name": "@tsdi/unit",
  "version": "6.0.48",
  "description": "unit testing framework, base on AOP, Ioc container",
  "scripts": {
    "build": "ts-node -r tsconfig-paths/register taskfile.ts"
  },
  "keywords": ["unit", "test", "AOP", "aop", "tsdi", "@tsdi", "tsioc", "ioc", "IoC", "type", "container", "dependency", "injection"],
  "author": "houjun",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zhouhoujun/tsioc/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zhouhoujun/tsioc.git"
  },
  "homepage": "https://github.com/zhouhoujun/tsioc/tree/master/packages/unit#readme",
  "dependencies": {
    "assert": "^2.0.0",
    "expect": "^26.0.1",
    "@types/mocha": "^7.0.2"
  },
  "peerDependencies": {
    "@types/jasmine": "^3.5.10",
    "@tsdi/ioc": "~6.0.48",
    "@tsdi/core": "~6.0.48",
    "@tsdi/aop": "~6.0.48",
    "@tsdi/boot": "~6.0.48",
    "@tsdi/logs": "~6.0.48",
    "tslib": "^2.3.0"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "es5": "./src/index.js",
  "typings": "./src/index.d.ts",
  "main": "./bundle/unit.umd.js",
  "es2015": "./es2015/index.js",
  "fesm2015": "./fesm2015/unit.js",
  "esm2015": "./fesm2015/unit.js"
}