UNPKG

alexflipnote.js

Version:

JS API wrapper for AlexFlipnote API @ https://api.alexflipnote.dev/

33 lines (32 loc) 838 B
{ "name": "alexflipnote.js", "version": "3.1.2", "description": "JS API wrapper for AlexFlipnote API @ https://api.alexflipnote.dev/", "main": "index.js", "typings": "./typings/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/HarutoHiroki/alexflipnote.js.git" }, "keywords": [ "AlexFlipnote", "AlexFlipnote API", "API Wrapper", "Wrapper", "API", "AlexFlipnote API Wrapper", "Discord.js" ], "author": "harutohiroki", "license": "MIT", "bugs": { "url": "https://github.com/HarutoHiroki/alexflipnote.js/issues" }, "homepage": "https://github.com/HarutoHiroki/alexflipnote.js#readme", "dependencies": { "node-fetch": "^2.6.7" } }