UNPKG

nator-aki

Version:
34 lines (33 loc) 790 B
{ "name": "nator-aki", "author": "async", "description": "An Simple API for Akinator ", "version": "1.0.1", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/zennn08/akinator-api.git" }, "bugs": { "url": "https://github.com/zennn08/akinator-api/issues" }, "homepage": "https://github.com/zennn08/akinator-api#readme", "keywords": [ "akinator", "aki", "aki api", "akinator api" ], "dependencies": { "axios": "^1.6.8", "cheerio": "1.0.0-rc.10" }, "devDependencies": { "@types/cheerio": "^0.22.35", "@typescript-eslint/parser": "^7.7.0", "ts-node": "^10.9.2", "typescript": "^5.4.5" } }