2026-03-25 22:50:24 -07:00
|
|
|
{
|
|
|
|
|
"name": "@lilith/lilith-platform-live",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"description": "Lilith Platform - Live deployment (atlilith.com)",
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "QuinnFTW",
|
2026-04-12 10:46:50 -07:00
|
|
|
"email": "quinn@ftw.codes"
|
2026-03-25 22:50:24 -07:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "echo 'Use ./run build from root'",
|
|
|
|
|
"dev": "echo 'Use ./run dev from root'"
|
|
|
|
|
}
|
|
|
|
|
}
|