-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
68 lines (68 loc) · 1.59 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
{
"name": "rosette-api",
"version": "1.31.0",
"description": "Babel Street Analytics API Node.js client SDK",
"main": "index",
"directories": {
"example": "examples"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/rosette-api/nodejs.git"
},
"keywords": [
"address similarity",
"categorization",
"entity extraction",
"language detection",
"lemmatization",
"morphology",
"name deduplication",
"name similarity",
"name translation",
"natural language processing",
"nlp",
"relationship extraction",
"semantic similarity",
"sentiment analysis",
"syntactic dependencies",
"text analytics",
"tokenization",
"transliteration"
],
"author": {
"name": "Analytics by Babel Street",
"email": "[email protected]"
},
"license": "Apache-2.0",
"engines": {
"node": ">=18.0.0"
},
"bugs": {
"url": "https://github.com/rosette-api/nodejs/issues"
},
"homepage": "https://developer.babelstreet.com",
"devDependencies": {
"@eslint/js": "^9.15.0",
"argparse": "^2.0.1",
"chai": "^4.5.0",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-gh-pages": "^4.0.0",
"grunt-jsdoc": "^2.4.1",
"grunt-jslint": "^1.1.15",
"grunt-mocha-test": "^0.13.3",
"grunt-simple-nyc": "^3.0.1",
"mocha": "^10.8.2",
"nock": "^13.5.5",
"nyc": "^17.1.0",
"temporary": "1.1.0"
},
"dependencies": {
"multipart-stream": "^2.0.1"
}
}