UNPKG

weather-te

Version:

A light weather visualization library.

50 lines (49 loc) 1.36 kB
{ "name": "weather-te", "version": "0.2.3", "description": "A light weather visualization library.", "keywords": [ "weather-visualization", "weather", "meteorology", "visualization", "gis" ], "license": "BSD", "main": "dist/index.js", "files": [ "dist/" ], "scripts": { "test": "", "build": "rollup -c", "dev": "rollup -c -w", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm run test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "dependencies": { "@mapbox/sphericalmercator": "^1.1.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.1.3", "@types/leaflet": "1.7.0", "@types/mapbox-gl": "^2.7.17", "prettier": "^2.3.2", "rollup": "^2.53.2", "rollup-plugin-dts": "^4.2.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.31.2", "tslib": "^2.3.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typedoc": "^0.21.4", "typescript": "^4.5.5" } }