metar-plot
Version:
METAR parsing and ploting library
41 lines (40 loc) • 824 B
JSON
{
"name": "metar-plot",
"version": "3.0.0",
"description": "METAR parsing and ploting library",
"keywords": [
"METAR",
"Weather",
"SVG",
"parse",
"metar"
],
"types": "src/index.d.ts",
"main": "dist/index.js",
"files": [
"/dist",
"/src",
"/Readme.md"
],
"scripts": {
"build": "tsc",
"test": "npx mocha -r tsx 'tests/**/*.ts'"
},
"devDependencies": {
"@storybook/addon-docs": "9.0.16",
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.10",
"@types/node": "^24.0.13",
"chai": "^5.2.1",
"mocha": "^11.7.1",
"nyc": "^17.1.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"author": "@jgunzelman-phoenix",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Phoenix-OpsGroup/metar-plot"
}
}