UNPKG

amorist

Version:
63 lines 1.07 kB
{ "name": "amorist", "version": "0.0.1", "description": "amor", "repository": { "type": "git", "url": "https://github.com/amorist/Amor.git" }, "bin": { "amor": "source/cli.js" }, "engines": { "node": ">=8" }, "files": [ "source" ], "keywords": [ "cli-app", "cli", "Amor", "unicorns" ], "bugs": { "url": "https://github.com/amorist/Amor/issues" }, "homepage": "https://github.com/amorist/Amor.git", "scripts": { "test": "xo && ava" }, "author": { "name": "Amor", "email": "amor90s.zhang@gmail.com", "url": "https://amor.cool" }, "dependencies": { "import-jsx": "^1.3.0", "ink": "^0.4.1", "ink-select-input": "^1.0.0", "meow": "^5.0.0", "opn": "^5.3.0", "term-img": "^2.1.0", "terminal-image": "^0.1.0" }, "devDependencies": { "ava": "*", "eslint-config-xo-react": "^0.16.0", "eslint-plugin-react": "^7.7.0", "execa": "^0.10.0", "xo": "*" }, "xo": { "extends": [ "xo-react" ], "settings": { "react": { "pragma": "h" } } }, "license": "MIT" }