-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 736 Bytes
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
{
"name": "locale-enum",
"version": "1.1.1",
"description": "A TypeScript enum of all locales, such as \"en-US\".",
"main": "index.js",
"scripts": {
"test": "npm run build && node index.js",
"build": "tsc index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anton-bot/locale-enum.git"
},
"keywords": [
"typescript",
"locale",
"i18n",
"locales",
"language-names"
],
"author": "Anton Ivanov <anton@ivanov.hk>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/anton-bot/locale-enum/issues"
},
"homepage": "https://github.com/anton-bot/locale-enum#readme",
"dependencies": {},
"devDependencies": {
"typescript": "^3.9.6"
}
}