BangSo/packages/ui-tokens/package.json

19 lines
371 B
JSON
Raw Normal View History

2026-09-01 16:51:19 +00:00
{
"name": "@rakazo/ui-tokens",
"version": "0.1.0",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./src/index.ts",
"./css": "./src/tokens.css"
},
"scripts": {
"check": "tsc --noEmit -p tsconfig.json",
"test": "vitest run --passWithNoTests"
},
"devDependencies": {
"typescript": "^5.9.2",
"vitest": "^4.1.10"
}
}