weathers-watch
Version:
A free and asynchronous weather API wrapper made in javascript.
57 lines (56 loc) • 1.32 kB
JSON
{
"name": "weathers-watch",
"version": "1.0.7",
"description": "A free and asynchronous weather API wrapper made in javascript.",
"main": "./src/index",
"scripts": {
"test": "mocha ./src/__tests__/test.js",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json"
},
"author": "pariazar",
"engines": {
"node": ">4.0"
},
"license": "MIT",
"homepage": "https://github.com/pariazar/weathers-watch",
"contributors": [
{
"name": "pariazar",
"email": "hamedpa19@gmail.com",
"url": "https://github.com/pariazar"
}
],
"bugs": {
"url": "https://github.com/pariazar/weathers-watch/issues/new"
},
"repository": {
"type": "git",
"url": "https://github.com/pariazar/weathers-watch"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/jsdom": "^20.0.1",
"@types/node": "^18.11.18",
"chai": "4.1.2",
"jest": "^29.3.1",
"mocha": "^10.0.0",
"prettier": "^2.8.2",
"ts-jest": "^29.0.4",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.9.4"
},
"dependencies": {
"axios": "^0.21.4",
"jsdom": "^19.0.0"
},
"keywords": [
"free",
"API",
"weather",
"javascript",
"typescript"
]
}