{
  "name": "inline-fixtures",
  "version": "1.1.0",
  "description": "",
  "repository": "ofrobots/inline-fixtures",
  "publishConfig": {
    "registry": "https://wombat-dressing-room.appspot.com/inline-fixtures/_ns"
  },
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "files": [
    "build/src"
  ],
  "engines": {
    "node": ">= 8.0.0"
  },
  "license": "Apache-2.0",
  "keywords": [],
  "scripts": {
    "check": "gts check",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "test": "mocha build/test/*.js",
    "posttest": "npm run check"
  },
  "devDependencies": {
    "@types/mocha": "^5.2.6",
    "@types/node": "^11.11.4",
    "@types/tmp": "0.0.34",
    "gts": "^1.0.0-0",
    "mocha": "^6.0.2",
    "source-map-support": "^0.5.11",
    "typescript": "~3.3.0"
  },
  "dependencies": {
    "make-dir": "^2.1.0",
    "tmp": "0.0.33"
  }
}
