{
  "name": "native-file-system-adapter-ts",
  "version": "2.0.4",
  "description": "Native File System API",
  "homepage": "https://github.com/backslash47/native-file-system-adapter",
  "author": "Jimmy Wärting",
  "license": "MIT",
  "keywords": [
    "filesystem",
    "file",
    "blob",
    "stream",
    "fs",
    "read",
    "write",
    "delete",
    "file system access",
    "spec"
  ],
  "contributors": [
    {
      "name": "Alexandru Ciuca"
    },
    {
      "name": "Matus Zamborsky",
      "email": "zamborsky@gmail.com",
      "url": "https://github.com/backslash47"
    }
  ],
  "maintainers": [
    {
      "name": "Matus Zamborsky",
      "email": "zamborsky@gmail.com",
      "url": "https://github.com/backslash47"
    }
  ],
  "dependencies": {
    "node-domexception": "^1.0.0"
  },
  "devDependencies": {
    "@types/node": "^10.12.0",
    "@typescript-eslint/eslint-plugin": "5.30.0",
    "@typescript-eslint/parser": "5.30.0",
    "eslint": "^8.18.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.1.0",
    "prettier": "2.0.5",
    "ts-node": "^7.0.1",
    "typescript": "^4.7.4"
  },
  "main": "./dist/lib/index.js",
  "types": "./dist/types/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/backslash47/native-file-system-adapter"
  },
  "engines": {
    "node": ">=14.8.0"
  },
  "bugs": {
    "url": "https://github.com/backslash47/native-file-system-adapter/issues"
  }
}