mirror of
https://git.meshkee.com/Meshkee/dashboards.git
synced 2026-08-11 22:30:58 +04:30
Includes business, customer, and super-admin apps with shared packages and production deploy scripts. Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|