{
	"name": "@celosiajs/extensions",
	"version": "0.0.1-alpha.22",
	"description": "CelosiaJS Extensions. A framework for REST API based on Express.js",
	"type": "module",
	"exports": {
		".": "./dist/index.js"
	},
	"files": [
		"dist"
	],
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"build": "npx tsup --config ../../tsup.config.ts",
		"build:watch": "npx tsup --config ../../tsup.watch.config.ts",
		"clean": "rimraf ./dist ./.tsup"
	},
	"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.22"
	},
	"gitHead": "738abfbfc18a196fb29009e4808a78a06de8f11d"
}
