-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.03 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": "ai21-sdk",
"version": "1.0.3",
"description": "A npm package designed specializing in Natural Language Processing, which develops AI systems that can understand and generate natural language.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "npm run build && node dist/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muhammad-usman-108/ai21.git"
},
"keywords": [
"ai21",
"artifical-intelligence",
"NLP",
"Natural Language Processing",
"paraphrase",
"grammatical-correction-error",
"contextual-answer",
"text-improvement",
"text-segmentation"
],
"author": "muhammad-usman-108",
"license": "MIT",
"bugs": {
"url": "https://github.com/muhammad-usman-108/ai21/issues"
},
"homepage": "https://github.com/muhammad-usman-108/ai21#readme",
"devDependencies": {
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
}
}