UNPKG

@zohodesk/a11y

Version:

In this Package, We Provide Some Basic Components For Accessibility.

45 lines 1.34 kB
{ "name": "@zohodesk/a11y", "version": "2.3.6", "main": "es/index.js", "module": "es/index.js", "private": false, "publishConfig": { "access": "public" }, "author": "Z Team", "homepage": "https://www.npmjs.com/search?q=@zohodesk", "license": "ISC", "keywords": [ "DOT", "ZOHODESK", "ZTEAM", "LIBRARY" ], "scripts": { "build:lib": "react-cli build:component:cmjs", "build:es": "react-cli build:library:es", "build": "npm run build:lib && npm run build:es", "build:watch": "npm run build && npm run build:es --module:mode=dev -- -w", "clean": "react-cli clean unittest coverage es result.json", "rtl": "react-cli rtl ./src ./es", "prepare": "npm run clean && npm run build", "postpublish": "node postPublish.js", "prepublishOnly": "node prePublish.js", "test": "react-cli test", "snap-update": "npm run test -- -u", "download": "react-cli clean ./node_modules ./package-lock.json && npm install", "expublish": "npm publish --tag experimental-version" }, "files": [ "es", "!**/__tests__" ], "devDependencies": { "@zohodesk/components": "1.4.5", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/react-hooks": "^7.0.2", "@testing-library/user-event": "^13.0.10" } }