mirror of
https://github.com/aiclientproxy/proxycast.git
synced 2026-09-01 15:30:52 +08:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@limecloud/app-server-client",
|
|
"version": "1.83.0",
|
|
"type": "module",
|
|
"description": "App Server JSON-RPC client and sidecar launch helpers for independent apps.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/limecloud/lime.git",
|
|
"directory": "packages/app-server-client"
|
|
},
|
|
"homepage": "https://github.com/limecloud/lime/tree/main/packages/app-server-client#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/limecloud/lime/issues"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./browser": {
|
|
"types": "./dist/browser.d.ts",
|
|
"import": "./dist/browser.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.json",
|
|
"typecheck": "tsc --noEmit --project tsconfig.json",
|
|
"test": "npm run build && cd \"../..\" && npx vitest run \"packages/app-server-client/tests\" --silent=passed-only --disableConsoleIntercept"
|
|
},
|
|
"sideEffects": false
|
|
}
|