brainrotscript
Version:
🧠A brainrot programming language that compiles to JavaScript - because why write normal code when you can write code that's absolutely sending you? 💀
53 lines (52 loc) • 1.43 kB
JSON
{
"name": "brainrotscript",
"version": "1.1.0",
"description": "🧠A brainrot programming language that compiles to JavaScript - because why write normal code when you can write code that's absolutely sending you? 💀",
"main": "src/compiler.js",
"bin": {
"brainrot": "./bin/brs-cli.js",
"brainrot-react": "./bin/brainrot-react.js",
"brainrot-web": "./bin/brainrot-web.js"
},
"scripts": {
"build": "node src/compiler.js",
"test": "node bin/brs-cli.js examples/hello.brainrot",
"prepublishOnly": "npm test",
"postinstall": "echo '🧠BrainrotScript installed! Run: brainrot --help'"
},
"keywords": [
"brainrot",
"programming-language",
"compiler",
"javascript",
"transpiler",
"gen-z",
"slang",
"meme",
"language",
"fun",
"rizz",
"no-cap",
"cli"
],
"author": {
"name": "BrainrotScript Team",
"url": "https://github.com/brainrotscript/brainrotscript"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/brainrotscript/brainrotscript.git"
},
"homepage": "https://github.com/brainrotscript/brainrotscript#readme",
"bugs": {
"url": "https://github.com/brainrotscript/brainrotscript/issues"
},
"dependencies": {
"fs-extra": "^11.1.1",
"commander": "^11.1.0"
},
"engines": {
"node": ">=14.0.0"
}
}