mirror of
https://github.com/lipis/flag-icons.git
synced 2024-11-21 18:38:57 +01:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "flag-icons",
|
|
"version": "6.14.0",
|
|
"author": "Panayiotis Lipiridis <lipiridis@gmail.com>",
|
|
"license": "MIT",
|
|
"main": "css/flag-icons.css",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lipis/flag-icons"
|
|
},
|
|
"files": [
|
|
"css",
|
|
"flags",
|
|
"less",
|
|
"sass",
|
|
"country.json"
|
|
],
|
|
"devDependencies": {
|
|
"http-server": "14.1.1",
|
|
"prettier": "3.0.3",
|
|
"sass": "1.69.5",
|
|
"svgo": "3.0.2"
|
|
},
|
|
"scripts": {
|
|
"build:dev": "sass --no-source-map --no-charset sass/flag-icons.scss css/flag-icons.css",
|
|
"build:min": "sass --no-source-map --no-charset --style=compressed sass/flag-icons.scss css/flag-icons.min.css",
|
|
"build": "yarn build:dev && yarn build:min",
|
|
"fix": "yarn prettier --write",
|
|
"ids": "python3 flag-ids.py",
|
|
"prettier": "prettier \"**/*.{html,json,md,scss,less,yaml,yml,js}\"",
|
|
"start": "http-server -a localhost -p 8000",
|
|
"svgo:all": "find flags | grep '\\.svg$' | xargs -Iz -n 1 yarn svgo z && yarn ids",
|
|
"svgo:min": "find flags | grep '\\.svg$' | xargs -Iz -n 1 svgo z && yarn ids",
|
|
"svgo": "svgo --pretty --indent=2 --precision=1",
|
|
"test": "yarn prettier --list-different",
|
|
"maven": "./maven.sh"
|
|
}
|
|
}
|