UNPKG

gotiny

Version:

SDK for GoTiny: A lightweight link shortener API

41 lines (40 loc) 898 B
{ "name": "gotiny", "version": "1.5.5", "description": "SDK for GoTiny: A lightweight link shortener API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "eslint .", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/robvanbakel/gotiny-sdk.git" }, "keywords": [ "url", "link", "shortener", "url shortener", "link shortener" ], "author": { "name": "Rob van Bakel", "email": "robbakel@gmail.com", "url": "https://robvanbakel.com" }, "license": "MIT", "bugs": { "url": "https://github.com/robvanbakel/gotiny-sdk/issues" }, "homepage": "https://github.com/robvanbakel/gotiny-sdk#readme", "dependencies": { "axios": "^1.3.4" }, "devDependencies": { "eslint": "^8.10.0", "eslint-config-airbnb-base": "^15.0.0", "typescript": "^4.7.4" } }