lilith-platform.live/codebase/package.json
2026-04-12 10:46:50 -07:00

15 lines
362 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": "quinn@ftw.codes"
},
"scripts": {
"build": "echo 'Use ./run build from root'",
"dev": "echo 'Use ./run dev from root'"
}
}