{
  "name": "@2003scape/rsc-manuals",
  "version": "1.0.1",
  "description": "runescape classic manuals",
  "main": "./manuals.json",
  "scripts": {
    "build": "node ./create-json.js > manuals.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/2003scape/rsc-manuals.git"
  },
  "keywords": [
    "runescape",
    "classic",
    "rsc",
    "manuals",
    "markdown",
    "json"
  ],
  "author": "2003Scape Team",
  "license": "CC-BY-SA-4.0",
  "bugs": {
    "url": "https://github.com/2003scape/rsc-manuals/issues"
  },
  "homepage": "https://github.com/2003scape/rsc-manuals#readme",
  "dependencies": {
    "flat": "^5.0.2",
    "recursive-readdir": "^2.2.2"
  }
}
