tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
425 B

  1. {
  2. "name": "tis-cli",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "bin": {
  7. "tis-cli": "bin/index.js"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git@git.inscloudtech.com:kelvin/tis-cli.git"
  15. },
  16. "author": "",
  17. "license": "ISC",
  18. "dependencies": {
  19. "commander": "^8.2.0",
  20. "inquirer": "^8.2.0"
  21. }
  22. }