UNPKG

delivapi-client

Version:

The client function for my personal CDN/WebAPI for uploading and pulling images and other files from.

46 lines (45 loc) 1.13 kB
{ "name": "delivapi-client", "version": "2.0.0", "description": "The client function for my personal CDN/WebAPI for uploading and pulling images and other files from.", "homepage": "https://github.com/Timon-D3v/DelivAPI-Client#readme", "author": "Timon Fiedler", "license": "MIT", "main": "./dist/index.js", "types": "src/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/Timon-D3v/DelivAPI-Client.git" }, "bugs": { "url": "https://github.com/Timon-D3v/DelivAPI-Client/issues" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "format": "prettier --write \"{src,public}/**/*.{ts,html,css,js}\"", "fmt": "npm run format", "push": "npm run format && npm run build && npm publish" }, "dependencies": { "file-type": "^22.0.1", "tslib": "^2.8.1" }, "devDependencies": { "@types/mime-types": "^3.0.1", "@types/node": "^24.12.2", "prettier": "^3.6.2", "typescript": "^5.9.2" }, "keywords": [ "API", "CDN", "file", "upload", "pull", "image", "webapi", "personal", "client" ] }