UNPKG

838 BJSONView Raw
1{
2 "name": "alexflipnote.js",
3 "version": "2.3.4",
4 "description": "JS API wrapper for AlexFlipnote API @ https://api.alexflipnote.dev/",
5 "main": "index.js",
6 "typings": "./typings/index.d.ts",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/HarutoHiroki/alexflipnote.js.git"
13 },
14 "keywords": [
15 "AlexFlipnote",
16 "AlexFlipnote API",
17 "API Wrapper",
18 "Wrapper",
19 "API",
20 "AlexFlipnote API Wrapper",
21 "Discord.js"
22 ],
23 "author": "harutohiroki",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/HarutoHiroki/alexflipnote.js/issues"
27 },
28 "homepage": "https://github.com/HarutoHiroki/alexflipnote.js#readme",
29 "dependencies": {
30 "node-fetch": "^2.6.1"
31 }
32}