-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 929 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
{
"name": "@ciag/sentinel-hub",
"private": false,
"version": "0.0.3",
"description": "a API to create the sentinel ogs requests, and tools to apply on the data",
"main": "dist/index.js",
"scripts": {
"start": "tsc -w",
"build": "tsc",
"prepublishOnly": "npm run build",
"deploy": "npm publish --access public"
},
"keywords": [
"sentinel-hub",
"geoJSON",
"leaftjs"
],
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "https://github.com/OpenCIAg/sentinel-hub"
},
"author": {
"email": "[email protected]",
"name": "Carlos Benedetti"
},
"license": "MIT",
"devDependencies": {
"ts-jsdoc": "^3.1.1",
"tslint": "^6.1.3",
"typescript": "^3.8.3"
},
"dependencies": {
"@types/geojson": "^7946.0.7",
"geojson-bbox": "0.0.0",
"node-fetch": "^2.6.0",
"rxjs": "^6.5.5"
},
"types": "dist/index.d.ts"
}