{
    "name": "@apic/wmgw-smith-schema-specification",
    "version": "12.0.0",
    "license": "ISC",
    "type": "module",
    "scripts": {
        "build": "tsc",
        "test": "jest",
        "test-coverage": "jest --coverage",
        "test-coverage:last-changes": "node scripts/jest-compare-main.js"
    },
    "dependencies": {
        "ajv": "^8.17.1",
        "@apic/smith-schema-specification":"12.0.0"
    }
}
