-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "openai-grammar-correction",
"version": "1.0.0",
"description": "English grammar fixer with the help of OpenAI: just paste your text and copy the grammar-fixed sentence.",
"main": "index.js",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rastmob/openai-grammar-correction.git"
},
"keywords": [
"grammer",
"openai",
"english",
"fixer",
"correction",
"ai",
"gpt",
"gpt3",
"nodejs",
"angular15",
"angular",
"javascript"
],
"dependencies": {
"express": "^4.17.1",
"express-session": "^1.17.1",
"body-parser": "^1.19.0",
"pm2": "^4.5.6",
"openai": "^3.2.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"@ffmpeg-installer/ffmpeg": "1.1.0",
"mic": "2.1.2",
"fluent-ffmpeg":"2.1.2",
"express-fileupload":"1.4.0"
},
"author": "mobilerast@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/rastmob/openai-grammar-correction/issues"
},
"homepage": "https://github.com/rastmob/openai-grammar-correction#readme"
}