UNPKG

excel-coordinates

Version:

Convert Excel Coordinates to Simple Coordinate System

32 lines (31 loc) 636 B
{ "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": {} }