{
  "name": "superfs",
  "version": "1.1.2",
  "description": "Better file system support",
  "main": "index.js",
  "author": "Andi Heinkelein <andifeind@noname-media.com>",
  "license": "MIT",
  "scripts": {
    "test": "mocha --reporter lagoon-reporter tests/*.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Andifeind/super-fs.git"
  },
  "keywords": [
    "fs",
    "file",
    "filesystem",
    "readdir"
  ],
  "bugs": {
    "url": "https://github.com/Andifeind/super-fs/issues"
  },
  "homepage": "https://github.com/Andifeind/super-fs#readme",
  "devDependencies": {
    "@noname-media/standard": "^1.0.1",
    "inspect.js": "^1.12.4",
    "lagoon-reporter": "^0.7.8",
    "mocha": "^8.1.1",
    "sinon": "^9.0.3",
    "testberry": "0.2.1"
  }
}
