{
    "name": "neo-quote-for-the-day",
    "version": "1.0.4",
    "description": "Some beautiful quotes",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "tsc"
    },
    "keywords": [
        "quotes",
        "mood",
        "typescript",
        "wellness"
    ],
    "author": "Priya Sharma",
    "license": "MIT",
    "dependencies": {
        "typescript": "^5.8.3"
    }
}
