UNPKG

@saleandwin/config

Version:

Configuration center with KV capabilities for framework-ts projects

67 lines (66 loc) 1.75 kB
{ "name": "@saleandwin/config", "version": "1.0.5", "description": "Configuration center with KV capabilities for framework-ts projects", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist", "migrations.sql" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "clean": "rm -rf dist", "prepublishOnly": "pnpm run clean && pnpm run build", "test": "vitest", "test:coverage": "vitest --coverage" }, "keywords": [ "config", "configuration", "kv", "cloudflare", "d1", "database", "cache" ], "author": "Your Name", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/your-username/framework-ts.git", "directory": "config" }, "bugs": { "url": "https://github.com/your-username/framework-ts/issues" }, "homepage": "https://github.com/your-username/framework-ts/tree/main/config#readme", "dependencies": { "@saleandwin/common": "^1.0.4", "zod": "^3.22.0" }, "devDependencies": { "@cloudflare/workers-types": "^4.0.0", "@types/node": "^20.0.0", "@vitest/coverage-v8": "^1.0.0", "tsup": "^8.0.0", "typescript": "^5.0.0", "vitest": "^1.0.0" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67" }