sdk

Radroots SDK and bindings
git clone https://radroots.dev/git/sdk.git
Log | Files | Refs | README

package.json (398B)


      1 {
      2   "name": "@radroots/replica-db-schema-bindings",
      3   "private": true,
      4   "type": "module",
      5   "exports": {
      6     ".": "./dist/index.js"
      7   },
      8   "types": "./dist/index.d.ts",
      9   "files": [
     10     "dist",
     11     "src/generated"
     12   ],
     13   "scripts": {
     14     "build": "tsc -p tsconfig.json",
     15     "typecheck": "tsc -p tsconfig.json --noEmit"
     16   },
     17   "dependencies": {
     18     "@radroots/types-bindings": "workspace:*"
     19   }
     20 }