302854a
1
2
3
4
5
6
7
8
9
10
{ "name": "@homepilot/ui", "version": "0.0.0", "private": true, "main": "src/index.ts", "types": "src/index.ts", "exports": { ".": { "types": "./src/index.ts", "default": "./src/index.ts" } }, "scripts": { "typecheck": "tsc --noEmit" } }