{
  "name": "ooafs",
  "version": "1.1.3",
  "description": "Type-safe Object-Oriented Async FileSystem",
  "keywords": [
    "async",
    "filesystem",
    "fs",
    "object",
    "object-oriented",
    "oriented"
  ],
  "bugs": "https://github.com/edgarogh/ooafs/issues",
  "repository": "github:edgarogh/ooafs",
  "license": "MIT",
  "author": "Edgar Onghena <edgar35740@gmail.com>",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "sort-package-json",
    "prepublish": "run-s build clean",
    "test": "mocha --require ts-node/register src/**/*.spec.ts"
  },
  "dependencies": {
    "fs-extra": "^8.1.0",
    "npm-run-all": "^4.1.5"
  },
  "devDependencies": {
    "@types/chai": "^4.2.7",
    "@types/fs-extra": "^8.0.1",
    "@types/mocha": "^5.2.7",
    "@types/mock-fs": "^4.10.0",
    "@types/node": "^12.12.17",
    "chai": "^4.2.0",
    "mocha": "^6.2.2",
    "mock-fs": "^4.10.4",
    "sort-package-json": "^1.31.0",
    "ts-node": "^8.5.4",
    "typescript": "^3.7.3"
  }
}
