{
    "name": "@palmtree/form",
    "version": "6.4.0",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/palmtreephp/form.git"
    },
    "license": "MIT",
    "type": "module",
    "exports": {
        "./*": "./assets/js/*.ts",
        "./dist/": "./dist/"
    },
    "files": [
        "dist",
        "assets",
        "LICENSE"
    ],
    "scripts": {
        "build": "rollup -c",
        "prettier:check": "prettier --check assets/",
        "prettier:write": "prettier --write assets/",
        "start": "rollup -c -w",
        "type-check": "tsc --noEmit"
    },
    "prettier": {
        "printWidth": 240
    },
    "devDependencies": {
        "@rollup/plugin-terser": "^0.4.4",
        "@rollup/plugin-typescript": "^11.1.6",
        "prettier": "^3.3.3",
        "rollup": "^4.18.1",
        "tslib": "^2.6.3",
        "typescript": "^5.5.3"
    }
}
