{
  "name": "@es-git/path-to-object-mixin",
  "version": "0.10.0",
  "description": "",
  "main": "js/index.js",
  "types": "es/index.d.ts",
  "module": "es/index.js",
  "scripts": {
    "clean": "rimraf ./es ./js",
    "tsc": "tsc",
    "babel": "babel --root-mode upward --source-maps -d js es",
    "compile": "npm run tsc && npm run babel",
    "test": "jest",
    "watch+test": "tsc -w & ava -w",
    "watch": "tsc -w & babel --source-maps -w -d js es",
    "prepublishOnly": "npm run clean && npm run compile && npm test"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "peerDependencies": {
    "@babel/runtime": "^7.12.5"
  },
  "dependencies": {
    "@es-git/core": "^0.10.0",
    "@es-git/object-mixin": "^0.10.0"
  },
  "gitHead": "5939f07143e0b8aa67d7464e6ec47754bebab347"
}
