UNPKG

poem-tm-cli

Version:

CLI application for the Poem Project

28 lines (27 loc) 517 B
{ "name": "poem-tm-cli", "version": "1.2.0", "description": "CLI application for the Poem Project", "main": "bin/cli.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "CLI", "TM", "Node", "i18n" ], "author": "Eber Rodrigues", "license": "MIT", "bin": { "poem": "./bin/cli.js" }, "dependencies": { "axios": "^0.21.1", "boxen": "^4.0.0", "chalk": "^2.4.2", "commander": "^7.0.0", "prompt-sync": "^4.2.0" } }