-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 KB
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
{
"name": "ia-flag-icons",
"version": "2.0.0",
"description": "<p align=\"center\"><img src=\"BANNER.svg\" width=\"1000\"></p>",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check-countries": "node scripts/check-countries.js",
"build": "node scripts/create-lib.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/interaapps/flag-icons.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/interaapps/flag-icons/issues"
},
"exports": {
".": {
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./vite": {
"import": "./lib/vite.js",
"types": "./lib/vite.d.ts"
},
"./css/font.css": "./css/font.css",
"./css/lib.css": "./css/lib.css",
"./lib/flags.json": "./lib/flags.json",
"./states/*.svg": "./states/*.svg",
"./states/png/*.png": "./states/*.png",
"./misc/*.svg": "./misc/*.svg",
"./former-states/*.svg": "./former-states/*.svg"
},
"homepage": "https://github.com/interaapps/flag-icons#readme",
"devDependencies": {
"iso-3166": "^4.3.0"
}
}