{
  "name": "fortune-fs",
  "description": "File system adapter for Fortune.",
  "version": "1.2.1",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/fortunejs/fortune-fs.git"
  },
  "scripts": {
    "lint": "eslint index.js",
    "postpublish": "npm run tag",
    "tag": "git tag `npm v fortune-fs version` && git push origin --tags",
    "test": "npm run lint && node test/test.js"
  },
  "dependencies": {
    "lockfile": "^1.0.4",
    "mkdirp": "^3.0.1",
    "msgpack-lite": "^0.1.26"
  },
  "devDependencies": {
    "@stylistic/eslint-plugin-js": "^1.7.2",
    "eslint": "^9.1.1",
    "fortune": "^5.5.19",
    "tapdance": "^5.1.1"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "fs",
    "adapter"
  ]
}
