atmosx-placefile-parser
Version:
AtmosphericX Placefile Parser and Creation Tool
38 lines (37 loc) • 986 B
JSON
{
"name": "atmosx-placefile-parser",
"version": "1.0.04",
"description": "AtmosphericX Placefile Parser and Creation Tool",
"main": "dist/helper.js",
"types": "src/helper.d.ts",
"scripts": {
"build:npx": "npx tsc && cd ./test && node ./index.js",
"build:tsup": "tsup && cd ./test && node ./index.js",
"publish": "npm run build:tsup && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/K3YOMI/atmosx-placefile-parser.git"
},
"keywords": [
"Placefiles",
"Meteorology",
"Weather",
"Radar Data",
"AtmosphericX"
],
"author": "K3YOMI, Starflight",
"license": "MIT",
"bugs": {
"url": "https://github.com/K3YOMI/atmosx-placefile-parser/issues"
},
"homepage": "https://github.com/K3YOMI/atmosx-placefile-parser#readme",
"dependencies": {
"axios": "^1.8.2",
"typescript": "^5.9.2"
},
"devDependencies": {
"@types/node": "^24.5.2",
"tsup": "^8.5.0"
}
}