UNPKG

arso-rainfall-intensity-plus

Version:
43 lines (42 loc) 1.3 kB
{ "name": "arso-rainfall-intensity-plus", "version": "0.0.1", "description": "Parser for ARSO rainfall intensity data.", "main": "built/index.js", "types": "built/index.d.ts", "keywords": [ "arso", "rainfall", "intensity", "parser" ], "repository": { "type": "git", "url": "git@github.com:AmadejKrepek/arso-rainfall-intensity-plus.git" }, "scripts": { "test": "echo \"Error: no test specified, yolo.\" && exit 1", "lint": "node ./node_modules/eslint/bin/eslint \"src/**/*\"", "build": "node ./node_modules/typescript/bin/tsc", "watch": "node ./node_modules/typescript/bin/tsc -w", "prepublish": "npm run lint && npm run build" }, "author": "Amadej Krepek", "license": "ISC", "dependencies": { "axios": "^0.19.2", "pngjs": "^5.0.0", "proj4": "^2.6.2", "winston": "^3.8.2", "winston-daily-rotate-file": "^4.7.1" }, "devDependencies": { "@types/node": "^14.0.13", "@types/pngjs": "^3.4.2", "@types/proj4": "^2.5.0", "@typescript-eslint/eslint-plugin": "^3.4.0", "@typescript-eslint/parser": "^3.4.0", "eslint": "7.3.1", "typescript": "^3.9.5" } }