{
  "name": "wikipedia-list-extractor",
  "description": "Read entries from Wikipedia lists",
  "version": "0.4.1",
  "main": "src/index.js",
  "type": "module",
  "repository": "https://github.com/plepe/wikipedia-list-extractor",
  "author": "Stephan Bösch-Plepelits <skunk@xover.mud.at>",
  "license": "MIT",
  "scripts": {
    "build": "browserify src/app.js -p esmify -o dist/app.js",
    "lint": "standard --fix src/*.js proxy/*.js test/*.js server.js cli.js node.js",
    "start": "node server.js",
    "prepare": "npm run build",
    "test": "mocha --bail",
    "watch": "watchify --debug src/app.js -p esmify -o dist/app.js -v"
  },
  "files": [
    "dist/app.js",
    "src"
  ],
  "dependencies": {
    "argparse": "^1.0.10",
    "array.prototype.flat": "^1.2.5",
    "async": "^3.2.2",
    "find-wikidata-items": "^0.2.0",
    "jsdom": "^16.4.0",
    "node-fetch": "^2.6.6",
    "parse-mediawiki-template": "^0.2.0",
    "twig": "^1.15.4",
    "yaml": "^1.10.2"
  },
  "devDependencies": {
    "browserify": "^16.5.2",
    "esmify": "^2.1.1",
    "html-escaper": "^3.0.0",
    "http-server": "^0.12.3",
    "md5": "^2.3.0",
    "mocha": "^9.1.3",
    "query-string": "^6.13.1",
    "standard": "^16.0.4",
    "watchify": "^4.0.0"
  }
}
