{
  "name": "sfx-meteojs",
  "version": "1.0.1",
  "description": "气象 JS 库, Javascript library for meteorological and atmospheric tools",
  "main": "index.ts",
  "author": "shenyc",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/shenyczz/meteojs"
  },
  "homepage": "https://gitee.com/shenyczz/meteojs",
  "bugs": "https://gitee.com/shenyczz/meteojs/issues",
  "scripts": {
    "dev": "rollup --config",
    "build": "rollup --config",
    "prepublish": "npm version && npm run build"
  },
  "dependencies": {
    "rollup": "^3.25.1"
  },
  "devDependencies": {
    "@rollup/plugin-alias": "^5.0.0",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-commonjs": "^25.0.1",
    "@rollup/plugin-terser": "^0.4.3",
    "@rollup/plugin-typescript": "^11.1.1",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "path": "^0.12.7",
    "tslib": "^2.5.3"
  },
  "type": "module",
  "keywords": [
    "meteorology",
    "atmospheric-science",
    "satellite",
    "radar"
  ]
}