@8ctopotamus/bunnycdn
Version:
A NodeJS SDK for Bunny.Net CDN.
47 lines (46 loc) • 1.08 kB
JSON
{
"name": "@8ctopotamus/bunnycdn",
"version": "0.0.2",
"description": "A NodeJS SDK for Bunny.Net CDN.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"files": [
"lib"
],
"scripts": {
"dev": "npx tsc --watch",
"prepublish": "npx tsc",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/8ctopotamus/bunnynet-node.git"
},
"keywords": [
"bunny.net",
"bunnynet",
"bunnycdn",
"bunny",
"cdn",
"node",
"sdk"
],
"author": "@8ctopotamus",
"license": "ISC",
"bugs": {
"url": "https://github.com/8ctopotamus/bunnynet-node/issues"
},
"homepage": "https://github.com/8ctopotamus/bunnynet-node#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"mime-types": "^2.1.35",
"node-fetch": "^3.3.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"jest": "^29.3.1",
"typescript": "^4.9.3"
}
}