-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
27 lines (27 loc) · 1.08 KB
/
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
{
"description": "One API to search public Satellites metadata",
"repository": "https://github.com/sat-utils/sat-api",
"author": "Alireza Jazayeri <[email protected]>, Matthew Hanson <[email protected]>",
"license": "MIT",
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"build": "lerna run build",
"linkall": "lerna exec -- yarn link",
"test": "lerna run test",
"update": "lerna publish --skip-git --skip-npm",
"eslint": "eslint packages/* --ext .js",
"build-api-docs": "yarn widdershins --search false --language_tabs 'nodejs:NodeJS' 'python:Python' --summary ./packages/api-lib/api-spec.yaml -o ./docs/api.md & yarn shins --inline --logo ./docs/images/logo.png -o ./docs/index.html ./docs/api.md"
},
"devDependencies": {
"eslint": "^5.7.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsdoc": "^3.5.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"lerna": "^2.11.0",
"shins": "^2.3.2-3",
"widdershins": "^3.6.6"
}
}