{
    "name": "@datawrapper/schemas",
    "version": "2.1.0",
    "description": "JSON schemas for config and themes",
    "author": "Datawrapper GmbH",
    "main": "index.js",
    "scripts": {
        "format": "cd ../.. && scripts/format libs/schemas",
        "lint": "cd ../.. && scripts/lint libs/schemas",
        "test": "ava --verbose",
        "test:watch": "ava -w",
        "test:configjs": "ava --config ava-configjs.config.js",
        "build": "node scripts/build.js",
        "docs": "node scripts/generate-docs.js"
    },
    "dependencies": {
        "chalk": "^4.1.2"
    },
    "devDependencies": {
        "ava": "^5.3.1",
        "lodash": "^4.17.21"
    }
}
