UNPKG

soaring-symbols

Version:

A curated collection of airline branding assets — logos, icons, and tail designs in SVG format.

68 lines (67 loc) 1.5 kB
{ "name": "soaring-symbols", "version": "0.1.0-alpha.4", "description": "A curated collection of airline branding assets — logos, icons, and tail designs in SVG format.", "main": "index.js", "module": "index.js", "types": "index.d.ts", "author": { "name": "Anh Thang Bui", "email": "buianhthang89@gmail.com", "url": "https://anhthang.org" }, "license": "MIT", "homepage": "https://github.com/anhthang/soaring-symbols", "repository": { "type": "git", "url": "git+ssh://git@github.com/anhthang/soaring-symbols.git" }, "bugs": { "url": "https://github.com/anhthang/soaring-symbols/issues" }, "keywords": [ "airline", "logo", "icon", "soaring", "symbols", "svg", "aircraft", "aviation", "flight", "travel" ], "exports": { ".": { "types": "./index.d.ts", "import": "./index.js" }, "./assets/*": "./assets/*" }, "files": [ "assets/", "airlines.json", "index.js", "index.d.ts", "scripts/", "utils/", "API.md", "README.md", "LICENSE" ], "scripts": { "prepublishOnly": "node scripts/validate.js", "build": "node scripts/validate.js", "test": "node scripts/validate.js", "lint:svg": "node scripts/lint-svg.js", "generate": "node scripts/generate.js" }, "dependencies": { "slugify": "^1.6.6" }, "devDependencies": { "@types/jsdom": "^27.0.0", "jsdom": "^27.0.1", "lodash.sortby": "^4.7.0" } }