| 1 | { |
| 2 | "name": "@codewhale/runtime-sdk", |
| 3 | "version": "0.9.4", |
| 4 | "description": "Typed JavaScript helpers for Codewhale Runtime API Fleet endpoints.", |
| 5 | "license": "MIT", |
| 6 | "type": "module", |
| 7 | "main": "index.js", |
| 8 | "types": "index.d.ts", |
| 9 | "exports": { |
| 10 | ".": { |
| 11 | "types": "./index.d.ts", |
| 12 | "default": "./index.js" |
| 13 | } |
| 14 | }, |
| 15 | "files": [ |
| 16 | "index.js", |
| 17 | "index.d.ts", |
| 18 | "README.md", |
| 19 | "package.json" |
| 20 | ], |
| 21 | "scripts": { |
| 22 | "test": "node --test test/*.test.mjs && node --check index.js" |
| 23 | }, |
| 24 | "engines": { |
| 25 | "node": ">=18" |
| 26 | }, |
| 27 | "publishConfig": { |
| 28 | "access": "public" |
| 29 | } |
| 30 | } |
| 31 |