coffeehouse
Version:
Official CoffeeHouse API Wrapper for Javascript
27 lines (26 loc) • 669 B
JSON
{
"name": "coffeehouse",
"version": "2.0.0",
"description": "Official CoffeeHouse API Wrapper for Javascript",
"main": "index.js",
"scripts": {
"test": "node example.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/intellivoid/CoffeeHouse-JavaScript-API-Wrapper.git"
},
"keywords": [
"coffeehouse",
"api"
],
"author": "Yusuf Usta",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/intellivoid/CoffeeHouse-JavaScript-API-Wrapper/issues"
},
"homepage": "https://github.com/intellivoid/CoffeeHouse-JavaScript-API-Wrapper#readme",
"dependencies": {
"axios": "^0.21.0"
}
}