{
  "name": "sigpac-client",
  "version": "1.1.0",
  "description": "Cliente para la API de SIGPAC",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "mocha ./test/*.test.js",
    "dev": "tsc -w",
    "build": "tsc"
  },
  "author": "Dani",
  "license": "ISC",
  "dependencies": {
    "chai": "^4.3.6",
    "global-mercator": "^3.1.0",
    "mocha": "^10.0.0",
    "node-fetch": "^2.6.7",
    "proj4": "^2.8.0"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dan96ct/sigpac-client.git"
  },
  "bugs": {
    "url": "https://github.com/dan96ct/sigpac-client/issues"
  },
  "homepage": "https://github.com/dan96ct/sigpac-client#readme",
  "devDependencies": {
    "@types/node": "^20.11.0",
    "@types/node-fetch": "^2.6.10",
    "@types/proj4": "^2.5.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  }
}
