gh-cdn
Version:
A simple cli tool to upload images to github and use github as a mini cdn.
37 lines (36 loc) • 771 B
JSON
{
"name": "gh-cdn",
"version": "1.0.0",
"description": "A simple cli tool to upload images to github and use github as a mini cdn.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "tsx index.ts",
"build": "tsc index.ts",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/sammaji/github-cdn.git"
},
"keywords": [
"github",
"cdn",
"image-upload",
"cli",
"jsdelivr"
],
"author": "Sam Maji <samyabratamaji334@gmail.com>",
"license": "MIT",
"packageManager": "pnpm@10.10.0",
"devDependencies": {
"@types/node": "^22.15.19",
"tsx": "^4.19.4"
},
"dependencies": {
"axios": "^1.9.0"
}
}