-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
41 lines (41 loc) · 987 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
39
40
41
{
"name": "recombee-api-client",
"version": "5.0.1",
"description": "Node.js client (SDK) for easy use of the Recombee recommendation API",
"main": "index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Recombee/node-api-client.git"
},
"keywords": [
"recombee",
"recommendation engine",
"recommender engine",
"recommender as a service",
"machine learning",
"API",
"SDK"
],
"engines": {
"node": ">=13.2.0"
},
"author": "Ondrej Fiedler <ondrej.fiedler@recombee.com> (https://www.recombee.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Recombee/node-api-client/issues"
},
"homepage": "https://github.com/Recombee/node-api-client#readme",
"dependencies": {
"jssha": "^2.3.0",
"ky": "^1.7.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "~10.2.0",
"typescript": "~5.3.3"
}
}