{ "name": "@nodedc/ui-core", "version": "0.5.1", "type": "module", "files": ["dist", "styles.css"], "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./styles.css": "./styles.css" }, "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit" }, "dependencies": { "@nodedc/tokens": "0.5.1" } }