{
    "name": "wizzi-core",
    "sideEffects": false,
    "version": "0.7.8",
    "description": "A Wizzi Plugin with core schemas and artifact generators. This plugin is integrated in the Wizzi API..",
    "author": {
        "name": "Stefano Bassoli",
        "email": "stfn.bssl@gmail.com"
    },
    "private": false,
    "licenses": [
        {
            "type": "MIT",
            "url": "https://github.com/stfnbssl/wizzi/tree/master/license.txt"
        }
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/stfnbssl/wizzi/tree/master/packages/wizzi-core"
    },
    "engines": {
        "node": ">=0.10.28",
        "npm": ">=1.4.28"
    },
    "scripts": {
        "test": "mocha tests/**/*.js --full-trace"
    },
    "dependencies": {
        "async": "^3.2.0",
        "chalk": "^4.1.0",
        "i": "^0.3.7",
        "iconv-lite": "^0.6.2",
        "json-stringify-safe": "^5.0.1",
        "lodash": "^4.17.20",
        "wizzi-mtree": "0.7.17",
        "wizzi-utils": "0.7.20",
        "js-yaml": "^4.1.0",
        "wizzi-legacy-v5": "latest"
    },
    "devDependencies": {
        "del": "^6.0.0",
        "expect.js": "^0.3.1"
    }
}
