-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 1.55 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "country-codes-flags-phone-codes",
"version": "1.1.1",
"description": "Easily access country codes, flags 🏳 and phone codes",
"license": "MIT",
"repository": "mehmetcanfarsak/country-codes-flags-phone-codes",
"author": {
"name": "Mehmet Can Farsak",
"url": "https://github.com/mehmetcanfarsak"
},
"contributors": [],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"./dist/**"
],
"scripts": {
"build": "tsup",
"test": "jest"
},
"keywords": [
"backend",
"commonjs",
"country",
"country-code",
"country-codes",
"country-flags",
"country-names",
"country-telephone-codes",
"country-telephone-prefixes",
"countries",
"country-iso-codes",
"css",
"flags",
"frontend",
"iso",
"iso-codes",
"iso-country-codes",
"iso-country-names",
"iso-country-telephone-codes",
"iso-country-telephone-prefixes",
"iso-countries",
"emoji-flags",
"phone-codes",
"phone-prefixes",
"telephone-codes",
"telephone-prefixes",
"typescript",
"world-countries",
"world-country-codes",
"world-country-flags",
"world-country-names",
"world-country-telephone-codes",
"world-country-telephone-prefixes",
"world-iso-codes",
"world-iso-country-codes",
"world-iso-country-names"
],
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
}
}