{ "name": "@meshkee/dashboard-core", "version": "0.1.0", "private": true, "type": "module", "exports": { ".": "./src/index.ts", "./styles/tokens.css": "./src/styles/tokens.css" }, "scripts": { "build": "tsc -p tsconfig.json --noEmit", "lint": "tsc -p tsconfig.json --noEmit" }, "devDependencies": { "typescript": "~6.0.2" } }