-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 1.29 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
{
"name": "nlpcloud",
"version": "2.0.8",
"description": "NLP Cloud serves high performance pre-trained or custom models for NER, sentiment-analysis, classification, summarization, paraphrasing, text generation, image generation, code generation, question answering, automatic speech recognition, machine translation, language detection, semantic search, semantic similarity, tokenization, POS tagging, speech synthesis, embeddings, and dependency parsing. It is ready for production, served through a REST API.\n\nThis is the Node.js client for the NLP Cloud API.\n\nMore details here: https://nlpcloud.com\n\nDocumentation: https://docs.nlpcloud.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nlpcloud/nlpcloud-js.git"
},
"keywords": [
"api",
"NLP",
"ai",
"deep learning",
"machine learning",
"data science",
"nlpcloud"
],
"author": "Julien Salinas",
"license": "MIT",
"bugs": {
"url": "https://github.com/nlpcloud/nlpcloud-js/issues"
},
"homepage": "https://github.com/nlpcloud/nlpcloud-js#readme",
"dependencies": {
"axios": "^0.21.4"
},
"devDependencies": {
"typescript": "^4.4.3"
},
"types": "./dist/index.d.ts"
}