UNPKG

boehlerio-ticketapi

Version:

easily integrate our ticket api into your projects

32 lines (31 loc) 669 B
{ "name": "boehlerio-ticketapi", "version": "1.4.1", "description": "easily integrate our ticket api into your projects", "main": "ticket-api.js", "scripts": { "test": "node ticket-api", "build": "tsc" }, "keywords": [ "ticket", "api", "supreme" ], "author": "Sebastian Boehler", "license": "ISC", "dependencies": { "cheerio": "^1.0.0-rc.3", "form-data": "^3.0.0", "fs": "0.0.1-security", "https-proxy-agent": "^5.0.0", "node-fetch": "^2.6.0" }, "repository": { "type": "git", "url": "https://github.com/YourSocialBot/ticket-npm.git" }, "devDependencies": { "typescript": "^3.9.5" } }