{ "name": "@gadget/api", "version": "1.0.0", "description": "Gadget Code API shared interfaces", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc", "dev": "tsc --watch" }, "keywords": ["gadget", "api", "interfaces"], "author": "Rob Colbert", "license": "Apache-2.0", "dependencies": { "ansicolor": "^2.0.3", "dayjs": "^1.11.20", "mongoose": "^8.16.1", "numeral": "^2.0.6" }, "devDependencies": { "@types/node": "^25.6.0", "@types/numeral": "^2.0.5", "typescript": "^6.0.3" } }