heppokofrontend/jquery-accessible-name

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@heppokofrontend/jquery-accessible-name",
  "description": "A jQuery plugin to get the accessible name of elements.",
  "version": "0.1.2",
  "author": "heppokofrontend <heppokofrontend@gmail.com> (https://github.com/heppokofrontend)",
  "bugs": {
    "url": "https://github.com/heppokofrontend/jquery-accessible-name/issues"
  },
  "devDependencies": {
    "@babel/core": "^7.14.8",
    "@babel/preset-env": "^7.14.8",
    "@babel/preset-typescript": "^7.14.5",
    "@types/jest": "^26.0.24",
    "@types/jquery": "^3.5.6",
    "@types/node": "^16.4.0",
    "@webpack-cli/generators": "^2.2.0",
    "babel-loader": "^8.2.2",
    "core-js": "^3.15.2",
    "fs-extra": "^10.0.0",
    "jest": "^27.0.6",
    "jquery": "^3.6.0",
    "ts-jest": "^27.0.4",
    "ts-loader": "^9.2.3",
    "ts-node": "^10.1.0",
    "typescript": "^4.3.5",
    "webpack": "^5.46.0",
    "webpack-cli": "^4.7.2"
  },
  "engines": {
    "npm": "Please use yarn"
  },
  "files": [
    "dist",
    "lib"
  ],
  "homepage": "https://github.com/heppokofrontend/jquery-accessible-name#readme",
  "keywords": [
    "accessibility",
    "accessible",
    "jquery-plugin"
  ],
  "license": "MIT",
  "main": "dist/jquery.accessibleName.js",
  "peerDependencies": {
    "jquery": "^3.6.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heppokofrontend/jquery-accessible-name.git"
  },
  "scripts": {
    "build": "yarn build:ts && yarn build:webpack && node merge.license",
    "build:ts": "tsc",
    "build:webpack": "webpack --mode=production",
    "prepublishOnly": "yarn build",
    "prestart": "git config commit.template .gitmessage",
    "start": "tsc -w",
    "test": "jest --verbose --coverage",
    "test:watch": "jest --watch --coverage"
  }
}