-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 898 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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 <[email protected]>",
"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"
}
}