-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 949 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 949 Bytes
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
{
"name": "@radiantearth/stac-fields",
"version": "1.5.9",
"description": "A list of STAC fields with metadata and formatting instructions.",
"main": "index.js",
"files": [
"fields.json",
"languages.json",
"fields-normalized.json",
"*.js"
],
"bugs": {
"url": "https://github.com/stac-utils/stac-fields/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/stac-utils/stac-fields.git"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/m-mohr"
},
"author": "Radiant Earth Foundation <hello@radiant.earth>",
"contributors": [
{
"name": "Matthias Mohr"
}
],
"license": "Apache-2.0",
"dependencies": {
"@musement/iso-duration": "^1.0.0",
"commonmark": "^0.29.3",
"content-type": "^1.0.4",
"multihashes": "^3.1.2"
},
"scripts": {
"demo": "node demo/generate.js",
"normalize": "node build/normalize.js"
}
}