UNPKG

tixte

Version:

A simple JS wrapper around the Tixte API with typings

34 lines (33 loc) 804 B
{ "name": "tixte", "version": "1.0.3", "description": "A simple JS wrapper around the Tixte API with typings", "main": "src/index.js", "types": "types/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Exhabition/Tixte-API-Wrapper.git" }, "keywords": [ "tixte", "API", "wrapper", "typings" ], "author": "Exhabition", "license": "MIT", "bugs": { "url": "https://github.com/Exhabition/Tixte-API-Wrapper/issues" }, "homepage": "https://github.com/Exhabition/Tixte-API-Wrapper#readme", "dependencies": { "axios": "^0.21.4", "form-data": "^4.0.0" }, "devDependencies": { "typescript": "^4.4.3" } }