{
    "name": "jpf-mobx",
    "version": "1.1.7",
    "description": "Javascript Presentation Foundation with mobx state management",
    "keywords": [
        "mvvm",
        "framework",
        "binding",
        "observable",
        "single page application",
        "spa"
    ],
    "homepage": "https://dev.azure.com/opinio/jpf-mobx",
    "bugs": "",
    "license": "MIT",
    "author": {
        "name": "Willy van Vroenhoven",
        "email": "vroenhoven@opinio.nl"
    },
    "repository": {
        "type": "tfs",
        "url": "https://dev.azure.com/opinio/jpf-mobx"
    },
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist",
        "src",
        "stylesheets",
        "LICENSE.md",
        "package.json",
        "README.md"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "npmAudit": "npm audit",
        "npmAuditFix": "npm audit fix",
        "npmAuditFixForce": "npm audit fix --force",
        "npmCacheClean": "npm cache clean --force",
        "tsc": "tsc",
        "tscNoEmit": "tsc --noEmit",
        "tscVersion": "tsc -v",
        "esLint": "npx eslint src/**"
    },
    "dependencies": {
        "jpf": "5.1.7",
        "mobx": "6.15.0"
    },
    "devDependencies": {
        "eslint": "9.39.2",
        "typescript-eslint": "8.52.0",
        "typescript": "5.9.3"
    }
}