UNPKG

fish-js

Version:

a cli thing for sorting out personal finance

53 lines (52 loc) 1.07 kB
{ "name": "fish-js", "version": "0.1.6", "description": "a cli thing for sorting out personal finance", "type": "commonjs", "main": "src/index.js", "bin": { "fish": "./src/cli.js" }, "scripts": { "build": "otr build", "lint": "otr lint", "format": "otr format", "test": "otr test", "release": "otr release", "typetest": "otr typetest", "checks": "yarn lint && yarn test" }, "author": "justinvdm", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/justinvdm/fish.git" }, "keywords": [ "personal", "finance" ], "oftherivier": { "type": "es5", "src": "src/index.js" }, "renovate": { "extends": [ "github>oftherivier/tools" ] }, "devDependencies": { "@oftherivier/tools": "^0.1.36", "shelljs": "^0.8.4" }, "dependencies": { "chalk": "^4.0.0", "cli-table": "^0.3.1", "csv": "^5.3.2", "drainpipe": "^0.1.0", "js-yaml": "^3.2.5", "lodash": "^4.17.15", "numeral": "^2.0.6", "yargs": "^15.3.1" } }