UNPKG

neko-love

Version:
48 lines (47 loc) 1.02 kB
{ "name": "neko-love", "version": "2.0.2", "description": "A Neko Love API wrapper !", "main": "lib/index.js", "files": [ "lib/**/*" ], "scripts": { "test": "node lib/index.js", "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json" }, "repository": { "type": "git", "url": "git+https://github.com/Androz2091/neko-love.git" }, "keywords": [ "neko", "love", "api", "wrapper", "endpoints", "random", "images", "nsfw" ], "author": "Androz2091", "license": "ISC", "bugs": { "url": "https://github.com/Androz2091/neko-love/issues" }, "homepage": "https://github.com/Androz2091/neko-love#readme", "dependencies": { "node-fetch": "^2.6.0", "query-string": "^6.12.1", "wumpfetch": "^0.3.1" }, "devDependencies": { "@types/node-fetch": "^2.5.7", "prettier": "^2.0.5", "tslint": "^6.1.1", "tslint-config-prettier": "^1.18.0", "typescript": "^3.8.3" } }