{
    "name": "doc-access",
    "version": "1.0.3",
    "description": "A JS/TS module that reduces coding time spent on accessibility.",
    "license": "Apache-2.0",
    "author": "Placewith5s",
    "keywords": [
        "accessibility",
        "browser",
        "front-end",
        "js",
        "javascript",
        "ts",
        "typescript"
    ],
    "type": "module",
    "main": "dist/doc_access.js",
    "types": "dist/doc_access.d.ts",
    "exports": {
        ".": {
            "types": "./dist/doc_access.d.ts",
            "browser": "./dist/doc_access.js",
            "default": "./dist/doc_access.js",
            "import": "./dist/doc_access.js"
        }
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Placewith5s/doc-access.git"
    },
    "bugs": {
        "url": "https://github.com/Placewith5s/doc-access/issues"
    },
    "scripts": {
        "build": "tsc",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "devDependencies": {
        "typescript": "^5.9.3"
    }
}
