mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 19:22:45 +00:00
24 lines
502 B
JSON
24 lines
502 B
JSON
{
|
|
"name": "@streetwriters/cors-proxy",
|
|
"version": "1.0.0",
|
|
"description": "Production-ready CORS proxy server built with Bun",
|
|
"main": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "bun build src/index.ts --outdir dist --target bun",
|
|
"start": "bun run dist/index.js",
|
|
"dev": "bun --watch src/index.ts"
|
|
},
|
|
"keywords": [
|
|
"cors",
|
|
"proxy",
|
|
"bun",
|
|
"server"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"bun-types": "latest"
|
|
}
|
|
}
|