{
    "name": "crs-data-visualization",
    "version": "0.0.43",
    "description": "",
    "main": "index.js",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "test": "jest",
        "test_ui": "ui_testing --folder ./test/ui/ --server http://127.0.0.1:8000 --auto-open",
        "nyc": "nyc report --reporter=html",
        "bundle": "rollup -c",
        "build-publish": "node build/publish.js",
        "run-caddy": "caddy run"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "devDependencies": {
        "@babel/core": "^7.6.0",
        "@babel/plugin-proposal-throw-expressions": "^7.2.0",
        "@babel/plugin-syntax-dynamic-import": "^7.2.0",
        "@babel/preset-env": "^7.6.0",
        "@types/jest": "^24.0.18",
        "babel-jest": "^24.9.0",
        "crs-router": "^0.0.78",
        "glob": "^7.1.4",
        "html-minifier": "^4.0.0",
        "jest": "^27.4.7",
        "mkdirp": "^0.5.1",
        "nyc": "^15.1.0",
        "puppeteer": "^13.3.0",
        "puppeteer-to-istanbul": "^1.4.0",
        "rollup": "^1.23.0",
        "rollup-plugin-terser": "^5.1.2",
        "terser": "^5.10.0"
    }
}