-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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": "@generaltranslation/supported-locales",
"version": "0.0.4",
"description": "List of supported locales for General Translation",
"main": "dist/index.cjs.min.cjs",
"module": "dist/index.esm.min.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm -r -f dist; rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/General-Translation/supported-locales.git"
},
"keywords": [
"internal"
],
"author": "General Translation, Inc.",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/General-Translation/supported-locales/issues"
},
"homepage": "https://github.com/General-Translation/supported-locales#readme",
"typescript": {
"definition": "dist/index.d.ts"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs.min.cjs",
"import": "./dist/index.esm.min.mjs"
}
},
"peerDependencies": {
"generaltranslation": "^4.1.3 || ^5.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
"tslib": "^2.8.0",
"typescript": "^5.6.2"
}
}