{ "name": "@xevion/types", "version": "0.0.0", "private": true, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsc", "dev": "tsc --watch", "type-check": "tsc --noEmit", "clean": "rm -rf dist .turbo node_modules *.tsbuildinfo" }, "devDependencies": { "@xevion/typescript-config": "workspace:*" } }