UNPKG

dungly

Version:

A tool to quickly find English proverbs based of Dutch keywords in Spreekwoorden

43 lines (42 loc) 1 kB
{ "name": "dungly", "version": "1.6.1", "description": "A tool to quickly find English proverbs based of Dutch keywords in Spreekwoorden", "main": "./bin/index.js", "homepage": "https://github.com/rkristelijn/dungly", "bin": { "dungly": "./bin/index.js" }, "scripts": { "start": "node ./bin/index.js", "check": "node ./bin/init.js", "release": "standard-version", "format": "prettier --write \"**/*.{js,json,md}\"", "format:check": "prettier --check \"**/*.{js,json,md}\"", "test": "npm run check" }, "keywords": [ "proverbs", "spreekwoorden", "translate", "saying", "aphorism", "gezegde", "uitdrukking" ], "author": "Remi Kristelijn", "license": "ISC", "dependencies": { "chalk": "^4.1.2", "db-local": "^2.9.0", "yargs": "^17.6.2" }, "devDependencies": { "csvtojson": "^2.0.10", "prettier": "^3.5.3", "standard-version": "^9.5.0" }, "overrides": { "minimist@<0.2.1": "^1.2.1" } }