{
    "name": "swagpaypal-admin",
    "version": "1.0.0",
    "description": "Administration for PayPal",
    "main": "index.js",
    "author": "shopware AG",
    "license": "MIT",
    "scripts": {
        "unit": "jest --config --ci",
        "unit-watch": "jest --config --watch",
        "lint": "eslint src",
        "lint-fix": "eslint src --fix",
        "openapi-types": "openapi-typescript ../../Schema/AdminApi/openapi.json --empty-objects-unknown --default-non-nullable --output src/types/openapi.d.ts"
    },
    "devDependencies": {
        "@babel/preset-env": "^7.27.2",
        "@babel/preset-typescript": "^7.27.1",
        "@eslint/js": "^9.30.0",
        "@shopware-ag/eslint-config-base": "^2.0.0",
        "@shopware-ag/jest-preset-sw6-admin": "^6.0.1",
        "@stylistic/eslint-plugin": "^5.1.0",
        "@types/jest": "^29.5.14",
        "eslint": "^9.30.0",
        "eslint-import-resolver-typescript": "^4.4.4",
        "eslint-plugin-import": "^2.32.0",
        "eslint-plugin-jest": "^29.0.1",
        "eslint-plugin-vue": "^10.2.0",
        "jest": "^29.7.0",
        "jest-environment-jsdom": "^29.7.0",
        "openapi-typescript": "^7.8.0",
        "typescript": "~5.8.3",
        "typescript-eslint": "^8.35.1"
    },
    "dependencies": {
        "@shopware-ag/meteor-admin-sdk": "^6.1.0"
    },
    "optionalDependencies": {
        "administration": "^6.x"
    }
}
