{
    "name": "@equinor/mad-core",
    "description": "Core library for the Mobile App Delivery team",
    "version": "0.18.1",
    "author": {
        "name": "Equinor Mobile App Delivery team (MAD)"
    },
    "bugs": "https://github.com/equinor/mad/issues",
    "dependencies": {
        "@equinor/mad-auth": "*",
        "@equinor/mad-components": "*",
        "@equinor/mad-insights": "*",
        "@equinor/mad-navigation": "*",
        "@equinor/mad-toast": "*",
        "@react-navigation/elements": "^2.9.19",
        "markdown-it": "^14.0.0",
        "react-native-markdown-display": "^7.0.2",
        "zustand": "^4.5.2"
    },
    "devDependencies": {
        "@babel/core": "^7.25.2",
        "@equinor/eslint-config-mad": "*",
        "@equinor/mad-tsconfig": "*",
        "@testing-library/jest-native": "^5.4.3",
        "@testing-library/react": "^14.0.0",
        "@testing-library/react-native": "^12.3.0",
        "@types/showdown": "^2.0.0",
        "eslint": "^8.46.0",
        "jest": "^29.7.0",
        "react-test-renderer": "19.2.0",
        "ts-jest": "^29.2.5",
        "tsup": "^8.3.5"
    },
    "files": [
        "CODE_OF_CONDUCT.md",
        "LICENSE",
        "CHANGELOG.md",
        "dist"
    ],
    "homepage": "https://github.com/equinor/mad/",
    "keywords": [
        "equinor",
        "expo",
        "mad",
        "react native"
    ],
    "license": "MIT",
    "main": "./dist/index.js",
    "peerDependencies": {
        "@react-native-async-storage/async-storage": "^2.1.2",
        "@react-native-community/netinfo": "^11.4.1",
        "@react-navigation/native": "^7.2.5",
        "expo-device": "~55.0.15",
        "expo-localization": "~55.0.13",
        "react": "^19.2.0",
        "react-dom": "^19.2.0",
        "react-native": "~0.83.6",
        "react-native-gesture-handler": "^2.30.0",
        "react-native-safe-area-context": "^5.6.2"
    },
    "scripts": {
        "build": "tsup-node && echo '\n ⚙️ Generating typescript declarations..' && tsc --project tsconfig.json --emitDeclarationOnly --declaration",
        "clean": "rm -rf node_modules dist .turbo",
        "dev": "tsup-node --watch --clean=false",
        "lint": "eslint src/",
        "test": "jest"
    },
    "type": "module",
    "types": "./dist/index.d.ts"
}
