{
    "name": "@robertmurry/role-model",
    "version": "1.0.16",
    "main": "./dist/index.js",
    "module": "./dist/index.js",
    "browser": "./dist/index.min.js",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "browser": {
                "production": "./dist/index.min.js",
                "development": "./dist/index.js",
                "default": "./dist/index.js"
            },
            "import": "./dist/index.js",
            "require": "./dist/index.cjs"
        }
    },
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "rollup -c --sourcemap",
        "watch": "rollup -c --watch --sourcemap",
        "test": "true"
    },
    "keywords": [],
    "author": "Bob Murry",
    "license": "MIT",
    "description": "A tiny, opinionated, zero-dependency JS framework.",
    "devDependencies": {
        "@rollup/plugin-node-resolve": "^16.0.3",
        "@rollup/plugin-terser": "^1.0.0",
        "rollup": "^4.62.2",
        "rollup-plugin-dts": "^6.4.1",
        "ts-blank-space": "^0.9.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/RobertMurry/role-model.git"
    },
    "publishConfig": {
        "registry": "https://npm.pkg.github.com/"
    }
}
