-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
47
48
49
{
"name": "i18next-translation-dts",
"version": "0.0.2",
"description": "A generator for i18next translation type definition",
"main": "dist/index.js",
"bin": {
"i18next-dts": "dist/cli.js"
},
"scripts": {
"build": "rollup -c -m inline",
"watch": "rollup -c -w -m inline",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"keywords": [
"typescript",
"i18next",
"i18n",
"typescript definition"
],
"author": "IronLu233",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-sucrase": "^4.0.4",
"@types/ejs": "^3.1.1",
"@types/glob": "^7.2.0",
"@types/yargs": "^17.0.10",
"i18next": "^21.8.14",
"jest": "^28.1.3",
"rollup": "^2.76.0",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-ejs": "^2.3.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@rollup/plugin-commonjs": "^22.0.1",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.topairs": "^4.3.7",
"@types/mkdirp": "^1.0.2",
"chokidar": "^3.5.3",
"ejs": "^3.1.8",
"glob": "^8.0.3",
"lodash.debounce": "^4.0.8",
"lodash.topairs": "^4.3.0",
"mkdirp": "^1.0.4",
"yargs": "^17.5.1"
}
}