UNPKG

dream-api

Version:

API wrapper for Wombo Dream

35 lines (34 loc) 835 B
{ "name": "dream-api", "version": "2.0.1", "description": "API wrapper for Wombo Dream", "main": "dist/app.js", "scripts": { "test": "mocha --reporter=xunit --reporter-option output=test-results/result.xml" }, "repository": { "type": "git", "url": "git+https://github.com/cdgco/dream-api.git" }, "keywords": [ "wombo", "wombo-dream", "api", "dream" ], "author": "cdgco", "license": "MIT", "dependencies": { "axios": "^0.27.2", "console-table-printer": "^2.11.0", "form-data": "^4.0.0" }, "bugs": { "url": "https://github.com/cdgco/dream-api/issues" }, "homepage": "https://dream-api.cjr.app", "devDependencies": { "chai": "^4.3.6", "mocha": "^10.1.0" } }