lilith-platform.live/codebase/package.json

16 lines
366 B
JSON
Raw Normal View History

{
"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'"
}
}