{
  "name": "weather-prism",
  "version": "0.0.5",
  "description": "A node module for retrieving PRISM daily weather data for an arbitrary location (lat-lon)",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc -b",
    "watch": "tsc -b --watch",
    "test": "mocha"
  },
  "mocha": {
    "require": "ts-node/register/transpile-only",
    "extension": [
      "ts"
    ]
  },
  "author": "Sam Noel <noel.samuel.a@gmail.com>",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "axios": "^0.24.0",
    "axios-retry": "^3.1.2",
    "bluebird": "^3.7.2",
    "chai": "^4.3.6",
    "debug": "^4.3.3",
    "fips-county-codes": "^2.1.0",
    "json-pointer": "^0.6.2",
    "lodash": "^4.17.21",
    "md5": "^2.3.0",
    "moment": "^2.29.3",
    "tslib": "^2.4.0",
    "wicket": "^1.3.6"
  },
  "packageManager": "yarn@3.2.0",
  "devDependencies": {
    "@tsconfig/node16": "^1.0.2",
    "@types/bluebird-global": "^3.5.13",
    "@types/mocha": "^9.1.0",
    "@types/node": "latest",
    "mocha": "^9.2.1",
    "ts-node": "^10.5.0",
    "typescript": "^4.5.5"
  },
  "directories": {
    "test": "test"
  },
  "keywords": [
    "weather",
    "prism",
    "acis",
    "rcc"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenATK/weather-prism.git"
  },
  "bugs": {
    "url": "https://github.com/OpenATK/weather-prism/issues"
  },
  "homepage": "https://github.com/OpenATK/weather-prism#readme"
}
