2013-09-24 00:07:24 +02:00
|
|
|
{
|
2021-12-20 14:36:40 +01:00
|
|
|
"name": "flag-icons",
|
2022-02-12 08:33:50 +01:00
|
|
|
"version": "6.1.1",
|
2015-04-26 13:21:37 +02:00
|
|
|
"author": "Panayiotis Lipiridis <lipiridis@gmail.com>",
|
2021-10-22 10:30:35 +02:00
|
|
|
"license": "MIT",
|
2015-04-26 13:21:37 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-10-22 15:13:32 +02:00
|
|
|
"url": "http://github.com/lipis/flag-icons"
|
2015-04-26 13:21:37 +02:00
|
|
|
},
|
2021-12-20 14:48:24 +01:00
|
|
|
"files": [
|
|
|
|
"css",
|
|
|
|
"flags",
|
|
|
|
"less",
|
|
|
|
"sass",
|
|
|
|
"country.json"
|
|
|
|
],
|
2013-09-24 00:07:24 +02:00
|
|
|
"devDependencies": {
|
2022-01-11 19:05:59 +01:00
|
|
|
"http-server": "14.1.0",
|
2021-10-22 15:13:32 +02:00
|
|
|
"less": "4.1.2",
|
2022-04-06 20:11:52 +02:00
|
|
|
"prettier": "2.6.2",
|
2021-11-03 20:43:48 +01:00
|
|
|
"svgo": "2.8.0"
|
2018-11-19 17:26:13 +01:00
|
|
|
},
|
2017-11-17 01:42:54 +01:00
|
|
|
"scripts": {
|
2021-10-22 15:13:32 +02:00
|
|
|
"build": "yarn build:dev && yarn build:min",
|
|
|
|
"build:dev": "lessc less/flag-icons.less > css/flag-icons.css",
|
|
|
|
"build:min": "lessc -x less/flag-icons.less > css/flag-icons.min.css",
|
2021-10-22 22:26:29 +02:00
|
|
|
"start": "http-server -a localhost -p 8000",
|
2021-10-25 11:04:13 +02:00
|
|
|
"svgo": "svgo --pretty --indent=2 --precision=1",
|
|
|
|
"svgo:min": "find flags | grep '\\.svg$' | xargs -Iz -n 1 svgo z",
|
2018-11-19 17:26:13 +01:00
|
|
|
"svgo:all": "find flags | grep '\\.svg$' | xargs -Iz -n 1 yarn svgo z",
|
|
|
|
"fix": "yarn prettier --write",
|
2021-10-22 22:35:58 +02:00
|
|
|
"prettier": "prettier \"**/*.{html,json,md,scss,less,yaml,yml}\"",
|
2020-02-04 17:13:20 +01:00
|
|
|
"test": "yarn prettier --list-different"
|
2015-09-05 10:34:56 +02:00
|
|
|
}
|
2013-09-24 00:07:24 +02:00
|
|
|
}
|