@ordojs/cli
Version:
Command-line interface for OrdoJS framework
50 lines (49 loc) • 982 B
JSON
{
"name": "@ordojs/cli",
"version": "0.5.0-beta.2",
"description": "Command-line interface for OrdoJS framework",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"ordojs": "./dist/cli.js"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ordojs/core": "^0.5.0-beta.1",
"commander": "^11.1.0",
"chalk": "^5.3.0",
"glob": "^10.3.10",
"ora": "^8.0.1",
"terser": "^5.26.0",
"brotli": "^1.3.3",
"gzip-size": "^7.0.0",
"filesize": "^10.1.0",
"pretty-bytes": "^6.1.1",
"ws": "^8.16.0"
},
"devDependencies": {
"@types/brotli": "^1.3.4",
"@types/glob": "^8.1.0"
},
"keywords": [
"ordojs",
"cli",
"build-tool"
]
}