singularity-forge/packages/rpc-client/package.json
2026-05-08 03:01:20 +02:00

34 lines
714 B
JSON

{
"name": "@singularity-forge/rpc-client",
"version": "2.75.3",
"description": "Standalone RPC client SDK for sf-run — zero internal dependencies",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/singularity-forge/sf-run.git",
"directory": "packages/rpc-client"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist",
"!dist/**/*.test.*"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "node --test dist/rpc-client.test.js"
},
"engines": {
"node": ">=26.1.0"
}
}