vibescript
Version:
The ultimate prompt-driven, component-based, AI-powered, vibe-oriented programming language.
47 lines (46 loc) • 1.02 kB
JSON
{
"name": "vibescript",
"version": "1.1.0",
"description": "The ultimate prompt-driven, component-based, AI-powered, vibe-oriented programming language.",
"type": "module",
"main": "bin/vibe.js",
"bin": {
"vibe": "./bin/vibe.js",
"vibescript": "./bin/vibe.js"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andr3wV/VibeScript.git"
},
"keywords": [
"ai",
"vibes",
"vibescript",
"llm",
"openai",
"joke",
"parody",
"webdev"
],
"author": "Andrew Vittiglio",
"license": "MIT",
"bugs": {
"url": "https://github.com/andr3wV/VibeScript/issues"
},
"homepage": "https://github.com/andr3wV/VibeScript#readme",
"dependencies": {
"openai": "^4.0.0",
"chokidar": "^3.5.3",
"commander": "^11.0.0",
"vercel": "^32.0.0",
"express": "^4.18.2",
"ws": "^8.13.0",
"chalk": "^5.3.0"
}
}