-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "@4spaces/polyglot",
"version": "0.4.6",
"description": "Tool that simplifies the localization process for your project",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"build": "rm -rf dist && tsc -p tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clickcaramel/polyglot-js.git"
},
"keywords": [
"i18n",
"translate",
"internationalization",
"internationalisation",
"localization",
"translation",
"ai"
],
"author": "4spaces",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/clickcaramel/polyglot-js/issues"
},
"homepage": "https://github.com/clickcaramel/polyglot-js#readme",
"devDependencies": {
"@types/jest": "29.5.5",
"@types/node": "20.7.1",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"eslint": "8.50.0",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
}
}