{
	"name": "dom-accessibility-api",
	"version": "0.3.0",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/eps1lon/dom-accessibility-api.git"
	},
	"files": [
		"dist/"
	],
	"scripts": {
		"build": "tsc -p tsconfig.json",
		"format": "prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore",
		"lint": "eslint --report-unused-disable-directives \"sources/**/*.ts\"",
		"release:prepare": "yarn changeset version",
		"release": "yarn changeset publish",
		"test": "jest",
		"test:ci": "jest --ci --config jest.ci.config.js --runInBand",
		"test:wpt:jsdom": "mocha tests/wpt-jsdom/run-wpts.js",
		"test:wpt:browser": "concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"",
		"test:wpt:browser:run": "cypress run --project tests",
		"test:wpt:browser:server": "serve tests/wpt",
		"test:wpt:browser:open": "cypress open --project tests",
		"wpt:init": "git submodule update --init --recursive",
		"wpt:reset": "rimraf ./tests/wpt && yarn init-wpt",
		"wpt:update": "git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"
	},
	"devDependencies": {
		"@babel/core": "^7.8.3",
		"@babel/preset-env": "^7.8.3",
		"@babel/preset-typescript": "^7.8.3",
		"@changesets/cli": "^2.5.0",
		"@testing-library/dom": "^6.11.0",
		"@types/jest": "^24.9.1",
		"@typescript-eslint/parser": "^2.17.0",
		"@typescript-eslint/eslint-plugin": "^2.17.0",
		"concurrently": "^5.0.2",
		"cypress": "^3.8.3",
		"eslint": "^6.8.0",
		"jest": "^25.1.0",
		"jest-diff": "^25.1.0",
		"jest-environment-jsdom-thirteen": "^1.0.1",
		"jest-junit": "^10.0.0",
		"js-yaml": "^3.13.1",
		"jsdom": "^16.0.1",
		"minimatch": "^3.0.4",
		"mocha": "^7.0.1",
		"mocha-sugar-free": "^1.4.0",
		"prettier": "^1.19.1",
		"q": "^1.5.1",
		"request": "^2.34",
		"request-promise-native": "^1.0.8",
		"serve": "^11.3.0",
		"typescript": "^3.7.5"
	},
	"prettier": {
		"useTabs": true
	},
	"keywords": [
		"accessibility",
		"ARIA",
		"accname"
	],
	"publishConfig": {
		"access": "public"
	}
}
