-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 852 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "dungly",
"version": "1.3.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": {
"test": "echo \"Error: no test specified\" && exit 1",
"init": "node ./bin/init.js",
"release": "standard-version"
},
"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",
"standard-version": "^9.5.0"
},
"overrides": {
"minimist@<0.2.1": "^1.2.1"
}
}