nekosapi
Version:
Async wrapper for NekosAPI
52 lines (51 loc) • 1.2 kB
JSON
{
"name": "nekosapi",
"version": "0.6.4",
"description": "Async wrapper for NekosAPI",
"main": "index.js",
"types": "index.d.ts",
"files": [
"v1",
"v3",
"index*",
"*.js",
"*.d.ts"
],
"keywords": [
"API",
"Anime",
"Node",
"Images"
],
"repository": "https://github.com/CataDev0/nekosapi",
"type": "commonjs",
"author": "Cata <cata@cata.moe>",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"prepublish": "tsc -b --clean && rm -rf v1/ v3/ && tsc",
"docs": "typedoc",
"test": "node test.js"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"typedoc": "^0.25.7",
"typedoc-plugin-mdn-links": "^3.1.13",
"typedoc-plugin-missing-exports": "^2.2.0",
"typedoc-plugin-rename-defaults": "^0.7.0",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.7",
"socks-proxy-agent": "^8.0.2"
}
}