UNPKG

node-trello-wrapper

Version:
30 lines (29 loc) 724 B
{ "name": "node-trello-wrapper", "version": "1.0.8", "description": "A NodeJS API Wrapper for Trello", "main": "main.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/LilliousDev/node-trello-wrapper.git" }, "keywords": [ "trello", "api", "node-trello" ], "author": "Logan Brown", "license": "MIT", "bugs": { "url": "https://github.com/LilliousDev/node-trello-wrapper/issues" }, "homepage": "https://github.com/LilliousDev/node-trello-wrapper#readme", "dependencies": { "dotenv": "^16.0.2", "node-fetch": "^3.2.10" } }