{
    "name": "@arkisto/describo-data-packs",
    "version": "0.6.2",
    "description": "A set of data packs for describo to load content from.",
    "main": "index.js",
    "scripts": {
        "develop": "npm run test:watch",
        "test": "./node_modules/.bin/jest --runInBand",
        "test:watch": "./node_modules/.bin/jest --watch --runInBand && npm run cleanup",
        "generate-docs": "./node_modules/.bin/jsdoc --configure jsdoc.json --verbose"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Arkisto-Platform/describo-data-packs.git"
    },
    "homepage": "https://github.com/Arkisto-Platform/describo-data-packs",
    "author": "Marco La Rosa",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/Arkisto-Platform/describo-data-packs/issues"
    },
    "devDependencies": {
        "clean-jsdoc-theme": "^4.1.7",
        "jest": "^29.0.1",
        "jsdoc": "^3.6.11"
    },
    "dependencies": {
        "@elastic/elasticsearch": "^8.4.0",
        "async": "^3.2.4",
        "cross-fetch": "^3.1.5",
        "csv-parser": "^3.0.0",
        "fs-extra": "^9.1.0",
        "geojson": "^0.5.0",
        "lodash": "^4.17.21"
    }
}
