skyapi.js
Version:
An NPM package used to interact with the Skyline Bots API
40 lines (39 loc) • 868 B
JSON
{
"name": "skyapi.js",
"version": "0.0.4",
"description": "An NPM package used to interact with the Skyline Bots API",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yoshiboi18303/Skypi.js.git"
},
"keywords": [
"Skyline",
"Discord",
"Bots",
"API",
"Discord-Bots",
"dbl-api"
],
"authors": [
"Yoshiboi18303",
"FHGDev"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Yoshiboi18303/Skypi.js/issues"
},
"homepage": "https://github.com/Yoshiboi18303/Skypi.js#readme",
"dependencies": {
"express": "^4.17.1",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node-fetch": "^2.5.12",
"discord.js": "^12.5.3"
}
}