lilith-platform.live/codebase/package.json
Claude Code 25d2c7ad65 init(codebase-default): 🎉 Implement foundational directory structure with core modules and utility files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 22:50:24 -07:00

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