UNPKG

react-typescript-flight-indicators-extended

Version:

A fork of https://github.com/starnutoditopo/react-typescript-flight-indicators with metric instruments, features and better support

66 lines (65 loc) 1.69 kB
{ "name": "react-typescript-flight-indicators-extended", "version": "0.0.1", "description": "A fork of https://github.com/starnutoditopo/react-typescript-flight-indicators with metric instruments, features and better support", "author": "pogacic", "license": "GPL-3.0", "type": "module", "keywords": [ "memoization", "react", "typescript", "flight", "indicator", "airplane", "component", "control", "svg", "svgr", "heading", "variometer", "turn", "coordinator", "air", "speed", "altimeter", "attitude" ], "repository": { "type": "git", "url": "git+https://github.com/pogacic/react-typescript-flight-indicators-extended.git" }, "main": "dist/index.cjs", "types": "dist/index.d.ts", "source": "src/index.tsx", "exports": { ".": { "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "private": false, "engines": { "node": ">=18" }, "packageManager": "npm@11.4.2", "scripts": { "build": "tsup", "check": "tsc --noEmit", "prettier": "prettier --write .", "codegen": "npx @svgr/cli svg/ --typescript --icon --out-dir src/components/generated" }, "devDependencies": { "@svgr/cli": "^8.1.0", "@types/react": "^19.1.12", "@types/react-dom": "^19.1.9", "prettier": "^3.6.2", "tsup": "^8.5.0", "typescript": "^5.9.2", "react": ">18.0.0" }, "files": [ "dist", "README.md" ] }