UNPKG

bunnycdn

Version:

Use the unofficial BunnyCDN library quickly and easily with Javascript

34 lines (33 loc) 788 B
{ "name": "bunnycdn", "version": "1.0.5", "description": "Use the unofficial BunnyCDN library quickly and easily with Javascript", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "bunnycdn", "bunny", "cdn", "api" ], "author": "Wraithdev", "license": "ISC", "dependencies": { "node-fetch": "^2.6.11" }, "devDependencies": { "@types/node": "^18.15.11", "@types/node-fetch": "^2.6.4", "typescript": "^5.0.3" }, "repository": { "url": "git+https://github.com/wraith4081/bunnycdn.git" }, "bugs": { "url": "https://github.com/wraith4081/bunnycdn/issues" }, "homepage": "https://github.com/wraith4081/bunnycdn#readme", "types": "./dist/index.d.ts" }