UNPKG

@modus/gimbal-plugin-axe

Version:
49 lines (48 loc) 1.17 kB
{ "name": "@modus/gimbal-plugin-axe", "version": "1.2.6", "description": "Plugin to add axe audits to Gimbal", "author": "Mitchell Simoens <mitchellsimoens@gmail.com>", "homepage": "https://github.com/ModusCreateOrg/gimbal#readme", "license": "MIT", "main": "lib/index.js", "files": [ "lib" ], "scripts": { "build": "ttsc -p .", "build:check": "ttsc --noEmit -p .", "build:watch": "ttsc --watch -p .", "link": "npm link", "lint": "eslint 'src/**/*.ts'", "prepublish": "yarn build", "test": "jest --coverage", "test:coveralls": "cat ./coverage/lcov.info | coveralls", "test:nocov": "jest" }, "publishConfig": { "access": "public" }, "keywords": [ "gimbal", "axe", "puppeteer", "audit", "typescript", "javascript", "webdevelopment", "ci" ], "repository": { "type": "git", "url": "git+https://github.com/ModusCreateOrg/gimbal.git" }, "bugs": { "url": "https://github.com/ModusCreateOrg/gimbal/issues" }, "dependencies": { "axe-puppeteer": "1.0.0", "deepmerge": "4.0.0" }, "gitHead": "ddc9ed06d5c5a31721761050529d12c3f9c38aee" }