@helptheweb/helper
Version:
The official accessibility helper widget from helptheweb.org, adding features like font size adjustment, contrast modes, and more.
51 lines • 1.06 kB
JSON
{
"name": "@helptheweb/helper",
"version": "1.3.6",
"type": "module",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"unpkg": "./dist/index.min.js",
"jsdelivr": "./dist/index.min.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
}
},
"files": [
"dist",
"README.md"
],
"sideEffects": false,
"scripts": {
"build": "tsup",
"watch": "tsup --watch",
"prepublishOnly": "npm run build"
},
"keywords": [
"accessibility",
"web",
"helper",
"helptheweb",
"a11y"
],
"author": "helptheweb.org",
"license": "MIT",
"devDependencies": {
"tsup": "8.3.5",
"typescript": "5.7.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helptheweb/helper.git"
},
"bugs": {
"url": "https://github.com/helptheweb/helper/issues"
},
"homepage": "https://helptheweb.org",
"publishConfig": {
"access": "public"
}
}