-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.39 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.39 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"version": "1.5.3",
"name": "@kapowaz/square-flags",
"description": "A collection of square SVG country flags.",
"repository": "github:kapowaz/square-flags",
"engines": {
"node": ">=18.18.*",
"npm": "please-use-yarn",
"yarn": ">= 1.22.0"
},
"scripts": {
"svgo": "svgo ./flags --recursive --config=svgo.config.js && svgo ./flags-original --recursive --config=svgo.config.js",
"css-vars": "node scripts/updateCustomProperties.js"
},
"files": [
"flags/**/*",
"flags-original/**/*"
],
"keywords": [
"svg",
"country-flags",
"country",
"icons",
"square",
"minimal",
"design",
"flags",
"svg-icons",
"svgo",
"minimalist",
"minimalistic",
"countries",
"square-flags",
"languages",
"states",
"squares",
"icon-pack"
],
"author": {
"name": "Ben Darlow",
"email": "ben@kapowaz.net",
"url": "https://www.kapowaz.net/"
},
"contributors": [
"Ben Darlow <ben@kapowaz.net>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kapowaz/square-flags/issues"
},
"homepage": "https://github.com/kapowaz/square-flags#readme",
"devDependencies": {
"@docusaurus/eslint-plugin": "^3.7.0",
"@eslint/eslintrc": "^3",
"colors": "^1.4.0",
"eslint": "^9",
"jsdom": "^26.1.0",
"prettier": "^3.5.1",
"svgo": "^3.3.2",
"w3c-xmlserializer": "^5.0.0"
}
}