UNPKG

ordojs

Version:

A revolutionary web framework with compile-time optimizations and unified client-server development

31 lines 597 B
{ "name": "@ordojs/cli", "version": "0.1.0", "description": "Command line interface for OrdoJS framework", "main": "dist/cli.js", "bin": { "ordojs": "./dist/cli.js" }, "files": [ "dist/**/*" ], "keywords": [ "ordojs", "cli", "framework", "typescript" ], "author": "OrdoJS Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ordojs/ordojs.git" }, "bugs": { "url": "https://github.com/ordojs/ordojs/issues" }, "homepage": "https://ordojs.dev", "dependencies": { "@ordojs/core": "^0.1.0" } }