{
    "name": "@equinor/mad-toast",
    "description": "Toast package built on top of `react-native-toast-message`",
    "version": "0.4.0",
    "author": {
        "name": "Equinor Mobile App Delivery team (MAD)"
    },
    "bugs": "https://github.com/equinor/mad/issues",
    "dependencies": {
        "@equinor/mad-components": "*",
        "react-native-toast-message": "^2.2.0"
    },
    "devDependencies": {
        "@equinor/eslint-config-mad": "*",
        "@equinor/mad-tsconfig": "*",
        "@types/jest": "^29.5.14",
        "eslint": "^8.46.0",
        "jest": "^29.7.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": [
        "react native",
        "react-native-toast-message",
        "toast",
        "toast message"
    ],
    "license": "MIT",
    "main": "./dist/index.js",
    "peerDependencies": {
        "react": "^19.2.0",
        "react-dom": "^19.2.0",
        "react-native": "~0.83.6"
    },
    "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"
}
