UNPKG

country-flags-svg-v2

Version:

A list of country flags to use in your js/ts projects.

29 lines (28 loc) 646 B
{ "name": "country-flags-svg-v2", "version": "1.0.6", "description": "A list of country flags to use in your js/ts projects.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "clean" : "rm -r ./dist", "build": "tsup" }, "repository": { "type": "git", "url": "https://github.com/AnisTigrini/country-flags.git" }, "homepage": "https://github.com/AnisTigrini/country-flags", "keywords": [ "country", "flags", "svg", "country-flags" ], "author": "Anis Tigrini", "license": "MIT", "dependencies": { "tsup": "^8.0.2", "typescript": "^5.4.5" } }