-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
83 lines (83 loc) · 1.88 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "leximaven",
"version": "4.0.0",
"description": "A command line tool for searching word-related APIs.",
"author": "Andrew Prentice",
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"main": "bin/leximaven.js",
"bin": {
"leximaven": "bin/leximaven.js"
},
"scripts": {
"bin": "cross-env BABEL_ENV=dev babel src -d bin",
"bump": "git push origin master --tags && npm publish",
"instrument": "cross-env BABEL_ENV=test babel src -d bin",
"lint": "standard --fix src",
"release": "standard-version",
"test": "echo 'No tests.'",
"watch": "babel -w src -d bin"
},
"dependencies": {
"acorn": "*",
"ansi-colors": "*",
"cz-conventional-changelog": "*",
"date-fns": "*",
"dot-prop": "*",
"fs-extra": "*",
"glob": "*",
"good-guy-http": "*",
"lodash": "*",
"noon": "*",
"ora": "*",
"random-word": "*",
"scrape-it": "*",
"term-size": "*",
"wrap-ansi": "*",
"xml2js": "*",
"yargonaut": "*",
"yargs": "*"
},
"devDependencies": {
"babel-core": "*",
"babel-plugin-lodash": "*",
"babel-preset-env": "*",
"babel-register": "*",
"cross-env": "*",
"has-ansi": "*",
"rimraf": "*",
"standard": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drawnepicenter/leximaven.git"
},
"bugs": {
"url": "https://github.com/drawnepicenter/leximaven/issues"
},
"homepage": "https://github.com/drawnepicenter/leximaven#readme",
"keywords": [
"lyracyst",
"lyricist",
"leximaven",
"cli",
"word",
"search",
"api",
"scraper",
"rest",
"anagram",
"acronym",
"define",
"dictionary",
"thesaurus",
"slang",
"rhyme",
"pronunciation"
],
"packageManager": "pnpm@8.10.2+sha1.e0b68270e89c817ff88b7be62466a2128c53af02"
}