UNPKG

create-inkwell

Version:
36 lines (35 loc) 739 B
{ "name": "create-inkwell", "version": "0.0.5", "description": "CLI for Inkwell", "main": "index.js", "type": "module", "bin": "./index.js", "scripts": { "test": "node ." }, "repository": { "type": "git", "url": "git+https://github.com/InkwellTEAM/Inkwell-CLI.git" }, "keywords": [ "inkwell", "cli", "command", "line", "tool" ], "author": "InkwellTEAM", "license": "MIT", "bugs": { "url": "https://github.com/InkwellTEAM/Inkwell-CLI/issues" }, "homepage": "https://github.com/InkwellTEAM/Inkwell-CLI#readme", "dependencies": { "chalk": "^5.0.1", "figlet": "^1.5.2", "gradient-string": "^2.0.0", "inquirer": "^8.2.0", "nanospinner": "^1.0.0" } }