UNPKG

d-wiki

Version:

A JavaScript wrapper for the wikipedia apis

54 lines 1.26 kB
{ "name": "d-wiki", "version": "0.0.1", "description": "A JavaScript wrapper for the wikipedia apis", "main": "dist", "engines": { "node": ">=10" }, "scripts": { "prepublishOnly": "tsc --build --clean && tsc", "test": "jest --coverage", "build": "yarn lint && tsc --build --clean && tsc", "prepare": "yarn build", "lint": "eslint source/*.ts", "release": "np" }, "author": "djtao", "license": "MIT", "homepage": "https://github.com/dangjingtao/wikijs", "repository": { "type": "git", "url": "https://github.com/dangjingtao/wikijs.git" }, "devDependencies": { "@types/infobox-parser": "^3.3.1", "@types/jest": "^29.2.4", "@types/node": "^18.11.17", "@typescript-eslint/eslint-plugin": "^5.47.0", "@typescript-eslint/parser": "^5.47.0", "eslint": "^8.30.0", "eslint-plugin-tsdoc": "^0.2.17", "jest": "^29.3.1", "ts-jest": "^29.0.3", "typescript": "^4.9.4" }, "files": [ "dist" ], "types": "dist/", "dependencies": { "axios": "^1.4.0", "https-proxy-agent": "^7.0.2", "infobox-parser": "^3.6.2" }, "keywords": [ "wiki", "wikipedia", "wikimedia", "encyclopedia", "jest", "node-wiki", "wiki-node" ] }