@celosiajs/file-upload
Version:
CelosiaJS File Upload. A framework for REST API based on Express.js
54 lines (53 loc) • 1.19 kB
JSON
{
"name": "@celosiajs/file-upload",
"version": "0.0.1-alpha.39",
"description": "CelosiaJS File Upload. A framework for REST API based on Express.js",
"type": "module",
"exports": {
".": "./dist/index.js"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsx ../../scripts/build.ts && tsc",
"build:watch": "concurrently \"tsx ../../scripts/buildWatch.ts\" \"tsc -w\"",
"build:clean": " npm run clean && npm run build",
"clean": "rimraf ./dist ./tsconfig.tsbuildinfo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kennarddh/celosiajs.git"
},
"bugs": {
"url": "https://github.com/kennarddh/celosiajs/issues"
},
"homepage": "https://github.com/kennarddh/celosiajs#readme",
"keywords": [
"celosiajs",
"framework",
"web",
"http",
"rest",
"restful",
"router",
"api",
"express",
"zod"
],
"author": "kennarddh",
"license": "MIT",
"dependencies": {
"@celosiajs/core": "^0.0.1-alpha.39",
"@types/busboy": "^1.5.4",
"append-field": "^2.0.0",
"busboy": "^1.6.0"
},
"peerDependencies": {
"zod": "^3.25.56"
},
"gitHead": "1e8b4920c811e8a7e474204f0cee11dc23cd3384"
}