15 lines
366 B
JSON
15 lines
366 B
JSON
{
|
|
"name": "@lilith/lilith-platform-live",
|
|
"type": "module",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "Lilith Platform - Live deployment (atlilith.com)",
|
|
"author": {
|
|
"name": "QuinnFTW",
|
|
"email": "TransQuinnFTW@pm.me"
|
|
},
|
|
"scripts": {
|
|
"build": "echo 'Use ./run build from root'",
|
|
"dev": "echo 'Use ./run dev from root'"
|
|
}
|
|
}
|