UNPKG

@beelab/toolbox

Version:
30 lines (29 loc) 712 B
{ "name": "@beelab/toolbox", "version": "1.1.0", "description": "Toolbox for beelab projects", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Toolbox", "utils" ], "author": "Kevin Balicot <kevinbalicot@gmail.com>", "license": "MIT", "dependencies": { "boxstore": "^1.0", "dotenv": "^16.0", "yion": "^1.3", "yion-body-parser": "^0.5" }, "repository": { "type": "git", "url": "git+https://github.com/kevinbalicot/beelab-toolbox.git" }, "bugs": { "url": "https://github.com/kevinbalicot/beelab-toolbox/issues" }, "homepage": "https://github.com/kevinbalicot/beelab-toolbox#readme" }