UNPKG

@apiverve/cocktail

Version:

Cocktail is a simple tool for getting cocktail recipes. It returns the ingredients, instructions, and more of the cocktail.

48 lines 1.12 kB
{ "name": "@apiverve/cocktail", "version": "1.1.14", "description": "Cocktail is a simple tool for getting cocktail recipes. It returns the ingredients, instructions, and more of the cocktail.", "main": "index.js", "types": "index.d.ts", "sideEffects": false, "engines": { "node": ">=14.0.0" }, "files": [ "index.js", "index.d.ts", "LICENSE" ], "scripts": { "test": "mocha", "example": "node examples/basic.js" }, "repository": { "type": "git", "url": "git+https://github.com/apiverve/cocktail-api.git", "directory": "npm" }, "keywords": [ "" ], "author": { "name": "APIVerve", "email": "hello@apiverve.com", "url": "https://apiverve.com" }, "license": "MIT", "bugs": { "url": "https://github.com/apiverve/cocktail-api/issues" }, "homepage": "https://apiverve.com/marketplace/cocktail?utm_source=npm&utm_medium=homepage", "devDependencies": { "mocha": "^11.0.1", "chai": "^5.1.2", "dotenv": "^16.4.7" }, "dependencies": { "node-fetch": "^3.3.2", "promise": "^8.3.0", "axios": "1.13.2" } }