{
  "name": "@dtcv/convert",
  "version": "1.2.1",
  "type": "module",
  "description": "Convert coordinate to meter offset, including optional projection",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "Projection",
    "Utility",
    "DTCC"
  ],
  "author": "andreasrudena <andreas@rudena.se>",
  "homepage": "https://digitaltwincityviewer.com",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paramountric/digitaltwincityviewer.git"
  },
  "scripts": {
    "build": "tsc",
    "tsc": "tsc",
    "watch": "tsc --watch",
    "dev": "tsc --watch",
    "lint": "eslint --ext .ts,.js src",
    "format": "prettier --ignore-path .eslintignore --write \"src/**/*.+(js|ts|json)\"",
    "test": "jest"
  },
  "bugs": {
    "url": "https://github.com/paramountric/digitaltwincityviewer/issues"
  },
  "dependencies": {
    "gl-matrix": "^3.4.3",
    "proj4": "^2.8.0"
  },
  "devDependencies": {
    "@types/jest": "^28.1.4",
    "@typescript-eslint/eslint-plugin": "^5.11.0",
    "@typescript-eslint/parser": "^5.11.0",
    "eslint": "^8.9.0",
    "eslint-config-prettier": "^8.3.0",
    "jest": "^28.1.2",
    "rimraf": "^3.0.2",
    "ts-jest": "^28.0.5",
    "typescript": "^4.5.5"
  }
}
