@earvinpiamonte/pagasa-tcb-parser
Version:
A TypeScript library for parsing PAGASA weather bulletin PDF files
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "@earvinpiamonte/pagasa-tcb-parser",
"version": "2.0.2",
"description": "A TypeScript library for parsing PAGASA weather bulletin PDF files",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest --runInBand --detectOpenHandles"
},
"keywords": [
"pagasa",
"weather",
"philippines",
"pdf",
"parser",
"typhoon",
"tropical-cyclone"
],
"author": "Noel Earvin Piamonte",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/earvinpiamonte/pagasa-tcb-parser.git"
},
"bugs": {
"url": "https://github.com/earvinpiamonte/pagasa-tcb-parser/issues"
},
"homepage": "https://github.com/earvinpiamonte/pagasa-tcb-parser#readme",
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^20.0.0",
"jest": "^30.0.5",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.0.0",
"zod": "^4.0.11"
},
"dependencies": {
"pdf-parse": "^1.1.1"
},
"publishConfig": {
"access": "public"
}
}