-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1020 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
37
38
39
40
41
42
43
44
45
{
"name": "@geobarriers/gbapi",
"version": "1.1.1",
"description": "Front end api for geo barriers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"format": "prettier --write \"lib/**/*.ts\" \"lib/**/*.js\"",
"lint": "tslint -p tsconfig.json"
},
"author": "GeoBarriers",
"license": "ISC",
"devDependencies": {
"@types/core-js": "^2.5.0",
"core-js": "^2.5.7",
"prettier": "^1.14.2",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.0.3"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/fvaldes33/gbapi.git"
},
"keywords": [
"geobarriers",
"geoJson",
"qgis",
"maps",
"boundaries",
"polygon"
],
"bugs": {
"url": "https://github.com/fvaldes33/gbapi/issues"
},
"homepage": "https://github.com/fvaldes33/gbapi",
"contributors": [
{
"name": "Franco Valdes",
"email": "[email protected]"
}
]
}