mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-24 02:36:02 +10:00
38 lines
905 B
JSON
38 lines
905 B
JSON
{
|
|
"name": "lit.ruv.wtf",
|
|
"version": "1.0.0",
|
|
"description": "Interactive terminal interface for lit.ruv.wtf - A retro-styled command line experience with chat, documentation, and more.",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"start": "python3 -m http.server 8000",
|
|
"start-alt": "python -m SimpleHTTPServer 8000",
|
|
"blog-editor": "node tools/blog-editor.js"
|
|
},
|
|
"keywords": [
|
|
"terminal",
|
|
"xterm",
|
|
"retro",
|
|
"cli",
|
|
"web-terminal",
|
|
"matrix",
|
|
"chat",
|
|
"interactive"
|
|
],
|
|
"author": "Max Litruv Boonzaayer",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@litruv/mxjs-lite": "^1.0.1",
|
|
"jimp": "^1.6.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/litruv/lit.ruv.wtf"
|
|
},
|
|
"homepage": "https://lit.ruv.wtf",
|
|
"devDependencies": {
|
|
"@milkdown/crepe": "^7.20.0",
|
|
"clean-css-cli": "^5.6.3",
|
|
"esbuild": "^0.28.0"
|
|
}
|
|
}
|