generated from hugo-fixit/component-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "cmpt-translate",
"version": "1.5.5",
"private": true,
"packageManager": "pnpm@9.15.0",
"description": "A component for website automatic translation base on translate.js.",
"author": "Lruihao (https://github.com/Lruihao)",
"license": "MIT",
"homepage": "https://github.com/hugo-fixit/cmpt-translate#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/hugo-fixit/cmpt-translate.git"
},
"bugs": {
"url": "https://github.com/hugo-fixit/cmpt-translate/issues"
},
"keywords": [
"i18n",
"translate.js",
"hugo",
"hugo-theme-fixit",
"theme-component"
],
"main": "index.js",
"engines": {
"node": ">=18"
},
"scripts": {
"cp": "cp node_modules/i18n-jsautotranslate/index.js assets/lib/translate.js",
"lint": "eslint assets/js",
"lint:fix": "eslint assets/js --fix",
"release": "fixit-releaser changelog"
},
"devDependencies": {
"@antfu/eslint-config": "^4.2.1",
"@hugo-fixit/fixit-releaser": "^1.1.2",
"eslint": "^9.20.1",
"i18n-jsautotranslate": "^3.13.6"
}
}