-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
26 lines (26 loc) · 888 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
{
"name": "intl-agent",
"version": "1.0.6",
"description": "This package offers an automated solution for translating text strings and generating unique keys in internationalized (intl) files. It automatically replaces text strings in your files with these generated keys, facilitating the localization and internationalization process for your applications.",
"main": "./src/index.js",
"bin": {
"intl-agent": "./src/main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gabattal/intl-agent.git"
},
"author": "Gabriel ATTAL",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gabattal/intl-agent/issues"
},
"homepage": "https://github.com/Gabattal/intl-agent#readme",
"dependencies": {
"dotenv": "^16.4.1",
"openai": "^4.26.0"
}
}