{
  "name": "excel-coordinates",
  "version": "2.0.1",
  "description": "Convert Excel Coordinates to Simple Coordinate System",
  "main": "index.js",
  "types": "index.d.ts",
  "private": false,
  "scripts": {
    "dev": "nodemon --watch . --ext js,ts --exec 'node index.js'"
  },
  "keywords": [
    "excel",
    "xlsx",
    "coordinate",
    "coord",
    "coords",
    "cordinate",
    "cord",
    "cords"
  ],
  "author": "Ando",
  "repository": {
    "type": "git",
    "url": "https://github.com/AndoGhevian/ExcelCoordinates.git"
  },
  "license": "ISC",
  "devDependencies": {
    "nodemon": "^2.0.4"
  },
  "dependencies": {}
}
