{
    "name": "@thangk/easythemer",
    "version": "1.0.21",
    "description": "Easily generate shades from a colour palette for use in your app",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/thangk/easythemer.git"
    },
    "keywords": [
        "easythemer",
        "easy",
        "themer"
    ],
    "author": "Kap Thang",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/thangk/easythemer/issues"
    },
    "homepage": "https://github.com/thangk/easythemer#readme",
    "devDependencies": {
        "typescript": "^5.0.4"
    },
    "dependencies": {
        "@thangk/easythemer": "^1.0.9",
        "lodash.merge": "^4.6.2"
    }
}
