Files

15 lines
264 B
JSON
Raw Permalink Normal View History

2026-05-10 03:06:54 +07:00
{
"name": "@pien-studio/ui",
"version": "0.0.0",
"private": true,
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"class-variance-authority": "^0.7.1"
}
}