forked from s0ftik3/reverso-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 709 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 709 Bytes
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
{
"name": "reverso-api",
"version": "2.19.1",
"description": "Unofficial Reverso API",
"main": "index.js",
"homepage": "https://github.com/s0ftik3/reverso-api#readme",
"repository": "https://github.com/s0ftik3/reverso-api",
"scripts": {
"start": "node index.js",
"test": "mocha"
},
"keywords": [
"reverso",
"reverso api",
"reverso js",
"context reverso",
"spell checker reverso",
"synonyms reverso"
],
"author": "Vyacheslav <slava021323@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.5",
"random-useragent": "^0.5.0"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.0.3"
}
}