package.json (433B)
1 { 2 "name": "@radroots/trade-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/core-bindings": "workspace:*", 19 "@radroots/events-bindings": "workspace:*" 20 } 21 }