UNPKG

@slash-tmp/rgaa-scraper

Version:

Scrapes RGAA's website and fetch topics, criteria and tests into a JSON format.

64 lines (63 loc) 1.73 kB
{ "name": "@slash-tmp/rgaa-scraper", "description": "Scrapes RGAA's website and fetch topics, criteria and tests into a JSON format.", "keywords": [ "a11y", "accessibility", "rgaa" ], "author": { "name": "Adrien Boutigny", "email": "adrien@slash-tmp.dev" }, "contributors": [ { "name": "Quentin Bellanger", "email": "quentin@slash-tmp.dev" } ], "license": "MIT", "homepage": "https://github.com/slash-tmp/rgaa-scraper", "repository": "git://github.com/slash-tmp/rgaa-scraper.git", "bugs": { "email": "contact@slash-tmp.dev", "url": "https://github.com/slash-tmp/rgaa-scraper/issues" }, "files": [ "build/*" ], "version": "1.2.0", "sideEffects": false, "main": "./build/cjs/index.js", "module": "./build/esm/index.js", "types": "./build/index.d.ts", "scripts": { "build": "npm-run-all -s build:*", "build:esm": "tsc -p config/tsconfig.esm.json", "build:cjs": "tsc -p config/tsconfig.cjs.json", "build:types": "tsc -p config/tsconfig.types.json", "dev": "ts-node-dev --respawn --clear src/dev.ts", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "lint": "eslint src", "format": "prettier --write ." }, "devDependencies": { "@types/crawler": "^1.2.1", "@types/jest": "^26.0.22", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "eslint": "^7.25.0", "jest": "^26.6.3", "npm-run-all": "^4.1.5", "prettier": "^2.2.1", "prettier-plugin-jsdoc": "^0.3.20", "ts-jest": "^26.5.5", "ts-node-dev": "^1.1.6", "typescript": "^4.2.4" }, "dependencies": { "crawler": "^1.3.0" } }