{
  "author": "opensource@nativecode.com",
  "description": "Provides a simple, Promise-based interface to the file system.",
  "homepage": "https://github.com/nativecode-dev/nofrills#readme",
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "@nofrills/fs",
  "private": false,
  "types": "./lib/index.d.ts",
  "version": "3.1.6",
  "bugs": {
    "url": "https://github.com/nativecode-dev/nofrills/issues"
  },
  "dependencies": {
    "@nofrills/lincoln-debug": "^3.1.6",
    "glob": "^7.1.2",
    "mkdirp": "^0.5.1",
    "node-fetch": "^2.1.2",
    "rxjs": "^6.2.1"
  },
  "devDependencies": {
    "@types/chai": "^4.0.5",
    "@types/glob": "^5.0.35",
    "@types/mkdirp": "^0.5.2",
    "@types/mocha": "^5.2.4",
    "@types/node": "^10.5.1",
    "chai": "^4.1.2",
    "cross-env": "^5.0.1",
    "mocha": "^5.2.0",
    "rimraf": "^2.6.1",
    "ts-node": "^7.0.0",
    "typescript": "^2.9.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nativecode-dev/nofrills"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "prebuild": "yarn run clean",
    "clean": "rimraf .cache && rimraf docs && rimraf lib"
  }
}
