vibescript
Version:
The ultimate prompt-driven, component-based, AI-powered, vibe-oriented programming language.
55 lines (54 loc) • 1.22 kB
JSON
{
"name": "vibescript",
"version": "2.1.1",
"description": "The ultimate prompt-driven, component-based, AI-powered, vibe-oriented programming language.",
"type": "module",
"main": "build/bin/vibe.js",
"bin": {
"vibe": "build/bin/vibe.js",
"vibescript": "build/bin/vibe.js"
},
"directories": {
"lib": "lib"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"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": {
"chalk": "^5.3.0",
"chokidar": "^3.5.3",
"commander": "^11.0.0",
"dotenv": "^16.0.0",
"express": "^4.18.2",
"openai": "^4.0.0",
"ora": "^9.0.0",
"vercel": "^32.0.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/node": "^20.17.9",
"typescript": "^5.6.3"
}
}