{
    "name": "@zeejs/browser",
    "version": "0.3.1",
    "description": "HTML layering",
    "author": "Ido Rosenthal",
    "main": "./dist/index.js",
    "scripts": {
        "test": "node -r @ts-tools/node/r ./test/setup.ts",
        "test:dev": "cross-env DEV=true PWDEBUG=1 node -r @ts-tools/node/r ./test/setup.ts"
    },
    "dependencies": {
        "@zeejs/core": "^0.3.1",
        "tabbable": "^5.2.1"
    },
    "files": [
        "dist",
        "!dist/test",
        "src",
        "!*/tsconfig.{json,tsbuildinfo}"
    ],
    "engines": {
        "node": ">=10"
    },
    "publishConfig": {
        "access": "public"
    },
    "license": "MIT",
    "repository": "https://github.com/idoros/zeejs/tree/master/packages/browser"
}
