mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-18 06:27:20 +00:00
43 lines
863 B
JSON
43 lines
863 B
JSON
{
|
|
"name": "@aethex.os/cli",
|
|
"version": "1.0.0",
|
|
"description": "AeThex Language CLI - Write once, deploy everywhere",
|
|
"main": "lib/index.js",
|
|
"bin": {
|
|
"aethex": "bin/aethex.js"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"build": "tsc",
|
|
"dev": "tsc --watch"
|
|
},
|
|
"keywords": [
|
|
"aethex",
|
|
"metaverse",
|
|
"compiler",
|
|
"roblox",
|
|
"uefn",
|
|
"unity",
|
|
"cross-platform"
|
|
],
|
|
"author": "AeThex Corporation",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/AeThex-Corporation/AeThex-OS.git",
|
|
"directory": "packages/aethex-cli"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^12.0.0",
|
|
"chalk": "^4.1.2",
|
|
"chokidar": "^3.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"typescript": "^5.3.0",
|
|
"jest": "^29.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|