27 lines
714 B
JSON
27 lines
714 B
JSON
{
|
|
"name": "@lilith/vite-monorepo",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Vite plugins and utilities for Lilith Platform (monorepo)",
|
|
"type": "module",
|
|
"workspaces": ["config-*", "plugin-*"],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev --parallel",
|
|
"typecheck": "turbo run typecheck",
|
|
"test": "turbo run test",
|
|
"clean": "turbo run clean",
|
|
"lint": "turbo run lint",
|
|
"lint:check": "turbo run lint:check"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.7.3"
|
|
},
|
|
"keywords": ["vite", "plugin", "config", "lilith"],
|
|
"author": "Lilith Platform",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"packageManager": "bun@1.2.6"
|
|
}
|