{
  "name": "@fileops/swmm-node",
  "version": "0.0.88",
  "description": "TypeScript package for performing data operations on EPA-SWMM and swmmReact files.",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "umd:main": "dist/umd/index.js",
  "types": "dist/types/index.d.js",
  "scripts": {
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable",
    "build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
    "build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
    "build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json",
    "build:umd": "node tools/cleanup umd && webpack --config config/webpack.config.js",
    "build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json",
    "clean": "node tools/cleanup",
    "package": "npm run build && npm pack",
    "test": "jest --no-cache --runInBand",
    "test:cov": "jest --coverage --no-cache --runInBand",
    "addscope": "node tools/packagejson name @fileops/swmm-node"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "swmmReact",
    "swmm",
    "javascript",
    "typescript",
    "environment",
    "rainfall",
    "data",
    "file"
  ],
  "author": "Issac Gardner <issac@swmmreact.org>",
  "license": "MIT",
  "homepage": "https://github.com/fileops/swmmNode",
  "repository": {
    "type": "git",
    "url": "git@github.com:fileops/swmmNode.git"
  },
  "bugs": {
    "url": "https://github.com/fileops/swmmNode/issues"
  },
  "devDependencies": {
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@types/geojson": "^7946.0.10",
    "@types/jest": "^27.0.1",
    "@types/proj4": "^2.5.2",
    "@typescript-eslint/eslint-plugin": "^4.31.1",
    "@typescript-eslint/parser": "^4.31.1",
    "babel-jest": "^29.5.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.2.0",
    "pinst": "^2.1.6",
    "prettier": "^2.4.0",
    "ts-jest": "^27.1.5",
    "ts-loader": "^9.2.5",
    "typescript": ">=5.1.6 <6.0.0",
    "webpack": "^5.52.1",
    "webpack-cli": "^4.8.0"
  },
  "dependencies": {
    "node": "^19.6.0",
    "proj4": "^2.9.0",
    "react-scripts": "^5.0.1"
  }
}
