-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 805 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 805 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
{
"name": "sat-api-deployment",
"version": "0.1.0",
"description": "An instance of sat-api for Development Seed",
"main": "index.js",
"scripts": {
"linkall": "yarn link @sat-utils/api @sat-utils/api-lib @sat-utils/ingest",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sat-utils/sat-api-deployment.git"
},
"author": "Alireza Jazayeri <alireza@developmentseed.org>, Matthew Hanson <matt.a.hanson@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sat-utils/sat-api-deployment/issues"
},
"homepage": "https://github.com/sat-utils/sat-api-deployment#readme",
"dependencies": {
"@sat-utils/api": "^0.2.3",
"@sat-utils/ingest": "^0.2.3",
"kes": "^2.2.2"
}
}