-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 909 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": "docusaurus-i18n",
"version": "1.1.4",
"description": "",
"main": "index.js",
"bin": {
"docusaurus-i18n": "bin/cli"
},
"files": [
"bin",
"lib",
"LICENSE"
],
"scripts": {
"dev": "tsx ./src/index.ts",
"build": "tsc",
"prepare": "tsc",
"release": "npm publish --registry=https://registry.npmjs.com/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "moonrailgun <moonrailgun@gmail.com>",
"license": "MIT",
"dependencies": {
"commander": "^12.1.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"jiti": "^2.2.1",
"md5": "^2.3.0",
"openai": "^4.67.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/md5": "^2.3.5",
"@types/node": "^22.7.4",
"prettier": "^3.3.3",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
}
}