jin-app
Version:
A CLI app for taking simple notes without ever leaving the terminal.
39 lines (38 loc) • 902 B
JSON
{
"name": "jin-app",
"version": "0.1.1",
"description": "A CLI app for taking simple notes without ever leaving the terminal.",
"scripts": {
"test": "cross-env NODE_ENV=test jest"
},
"bin": {
"jin": "./bin/jin.js"
},
"keywords": [
"cli",
"terminal",
"terminal-app",
"notes",
"note-taking"
],
"author": "Christopher Murphy",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.19.0",
"execa": "^1.0.0",
"lodash": "^4.17.11",
"moment": "^2.23.0",
"prompts": "^2.0.1"
},
"devDependencies": {
"cross-env": "^5.2.0",
"eslint": "^5.12.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^23.6.0"
}
}