UNPKG

@lwc/aria-reflection

Version:

ARIA element reflection polyfill for strings

53 lines 1.48 kB
{ "//": [ "THIS FILE IS AUTOGENERATED. If you modify it, it will be rewritten by check-and-rewrite-package-json.js", "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/aria-reflection", "version": "8.21.2", "description": "ARIA element reflection polyfill for strings", "keywords": [ "aom", "aria", "lwc", "polyfill", "reflection" ], "homepage": "https://lwc.dev", "repository": { "type": "git", "url": "https://github.com/salesforce/lwc.git", "directory": "packages/@lwc/aria-reflection" }, "bugs": { "url": "https://github.com/salesforce/lwc/issues" }, "license": "MIT", "publishConfig": { "access": "public" }, "volta": { "extends": "../../../package.json" }, "main": "dist/index.cjs.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*.js", "dist/**/*.d.ts" ], "scripts": { "build": "rollup --config ../../../scripts/rollup/rollup.config.js", "dev": "rollup --config ../../../scripts/rollup/rollup.config.js --watch --no-watch.clearScreen" }, "nx": { "targets": { "build": { "outputs": [ "{projectRoot}/dist" ] } } }, "dependencies": {} }