{ "name": "@dashward/widget-sdk", "version": "0.0.0", "description": "TypeScript SDK for authoring Dashward widgets.", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist", "src" ], "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsc -p tsconfig.json --watch" } }