feat: working data download and indexing
This commit is contained in:
23
package.json
23
package.json
@@ -1,14 +1,13 @@
|
||||
{
|
||||
"name": "adsb-index",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"description": "ADS-B indexing script",
|
||||
"main": "index",
|
||||
"module": "index.mjs",
|
||||
"bin": "bin/index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint '*.{js,mjs}' 'src/**/*.{js,mjs}'",
|
||||
"lint": "eslint '*.{js,mjs}' 'src/**/*.{js,mjs}' 'bin/**/*.{js,mjs}'",
|
||||
"precommit": "lint-staged",
|
||||
"version": "npm-auto-version",
|
||||
"start": "node ."
|
||||
"version": "npm-auto-version"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -50,19 +49,23 @@
|
||||
"cjs": true
|
||||
},
|
||||
"dependencies": {
|
||||
"esm": "^3.0.17"
|
||||
"axios": "^0.18.0",
|
||||
"elasticsearch": "^15.2.0",
|
||||
"esm": "^3.0.17",
|
||||
"getopts": "^2.2.2",
|
||||
"node-cron": "^2.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@w33ble/npm-auto-tools": "*",
|
||||
"eslint": "^4.9.0",
|
||||
"eslint-config-airbnb": "^16.1.0",
|
||||
"eslint-config-prettier": "^2.9.0",
|
||||
"eslint-plugin-prettier": "^2.3.1",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.2",
|
||||
"eslint-plugin-prettier": "^2.3.1",
|
||||
"eslint-plugin-react": "^7.1.0",
|
||||
"husky": "^0.14.3",
|
||||
"lint-staged": "^7.0.4",
|
||||
"eslint-config-airbnb": "^16.1.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.2",
|
||||
"eslint-plugin-react": "^7.1.0",
|
||||
"prettier": "^1.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user