pluscodes
Version:
Library to encode and decode plus codes
37 lines (36 loc) • 898 B
JSON
{
"name": "pluscodes",
"version": "2.6.0",
"description": "Library to encode and decode plus codes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"pretest": "tsc -d",
"prepublishOnly": "tsc -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janne/pluscodes.git"
},
"keywords": [
"pluscodes",
"open location code",
"google maps"
],
"author": "Jan Andersson <jan.andersson@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/janne/pluscodes/issues"
},
"homepage": "https://runkit.com/janne/5bcba8213b24aa0012bc615b",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"@types/jest": "^26.0.20",
"typescript": "^4.1.3"
}
}