UNPKG

triton-cli

Version:
48 lines (47 loc) 963 B
{ "name": "triton-cli", "version": "0.0.1-beta2", "description": "A node cli", "main": "index.js", "type": "module", "bin": "./bin/index.js", "files": [ "bin", "package.json" ], "scripts": { "test": "node index.js" }, "author": { "name": "FQIP", "email": "502905908@qq.com" }, "keywords": [ "triton", "triton-cli", "template cli" ], "homepage": "https://github.com/FQIP/triton-cli", "repository": { "type": "git", "url": "https://github.com/FQIP/triton-cli.git" }, "license": "ISC", "dependencies": { "chalk": "^5.0.1", "chalk-pipe": "^5.1.1", "ejs": "^3.1.8", "execa": "^6.1.0", "fs": "^0.0.1-security", "inquirer": "^9.0.0", "koa": "^2.13.4", "koa-body": "^5.0.0", "koa-router": "^10.1.1", "koa-static": "^5.0.0", "koa-views": "^8.0.0", "listr": "^0.14.3", "path": "^0.12.7", "prettier": "^2.7.1", "rimraf": "^3.0.2" } }