wiki-entity
Version:
Wiki entity fetcher
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "wiki-entity",
"version": "0.6.1",
"description": "Wiki entity fetcher",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"scripts": {
"pretest": "npm run tsc",
"test": "mocha -t 60000",
"tsc": "tsc",
"tscw": "tsc -w",
"preversion": "npm run tsc",
"postversion": "git push --follow-tags",
"prepublish": "npm run tsc"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/entitizer/wiki-entity.git"
},
"keywords": [
"wiki",
"wiki-entity",
"entity",
"wikidata",
"wikipedia",
"named-entity"
],
"author": "Dumitru Cantea",
"license": "ISC",
"bugs": {
"url": "https://github.com/entitizer/wiki-entity/issues"
},
"homepage": "https://github.com/entitizer/wiki-entity#readme",
"devDependencies": {
"@types/node": "latest",
"debug": "^4.1.1",
"mocha": "^9.1.2",
"typescript": "latest"
},
"dependencies": {
"axios": "^1.6.0"
}
}