nws-client-js
Version:
JavaScript client for the National Weather Service API
40 lines (39 loc) • 1.01 kB
JSON
{
"name": "nws-client-js",
"version": "0.0.1",
"description": "JavaScript client for the National Weather Service API",
"keywords": [
"National Weather Service",
"nws",
"weather"
],
"source": "index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TravisYeah/nws-js.git"
},
"author": "Travis Harrison <TravisHarrisonYeah@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/TravisYeah/nws-js/issues"
},
"homepage": "https://github.com/TravisYeah/nws-js#readme",
"devDependencies": {
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.3",
"jest": "^28.1.2",
"typescript": "^4.7.4"
},
"dependencies": {
"isomorphic-fetch": "^3.0.0"
}
}