{
    "name": "covid19-helix",
    "version": "1.0.22",
    "description": "3d Helix App displaying numbers by country about COVID-19",
    "repository": {
        "type": "git",
        "url": "https://github.com/neomjs/covid-helix.git"
    },
    "scripts": {
        "build-all": "node ./node_modules/neo.mjs/buildScripts/buildAll.js -n",
        "build-all-questions": "node ./buildScripts/buildAll.js",
        "build-my-apps": "node ./node_modules/neo.mjs/buildScripts/webpack/buildMyApps.js",
        "build-themes": "node ./node_modules/neo.mjs/buildScripts/webpack/buildThemes.js",
        "build-threads": "node ./node_modules/neo.mjs/buildScripts/webpack/buildThreads.js",
        "copy-examples": "node ./buildScripts/copyExamples.js",
        "create-app": "node ./node_modules/neo.mjs/buildScripts/createApp.js",
        "generate-docs-json": "node ./node_modules/neo.mjs/buildScripts/docs/jsdocx.js",
        "server-start": "webpack serve -c ./node_modules/neo.mjs/buildScripts/webpack/webpack.server.config.js --open",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "javascript",
        "frontend",
        "framework",
        "webworker",
        "ecmascript",
        "css",
        "json"
    ],
    "author": "Tobias Uhlig",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/neomjs/covid-helix/issues"
    },
    "homepage": "https://neomjs.github.io/pages/",
    "dependencies": {
        "neo.mjs": "^3.0.0"
    },
    "funding": {
        "type": "GitHub Sponsors",
        "url": "https://github.com/sponsors/tobiu"
    }
}
