source-scraper-test-utils
Version:
Test Utils for the SourceScraper-Project
54 lines (53 loc) • 1.67 kB
JSON
{
"name": "source-scraper-test-utils",
"version": "1.1.5",
"description": "Test Utils for the SourceScraper-Project",
"author": "OpenByte <development.openbyte@gmail.com>",
"main": "dist/index.js",
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/OpenByteDev/SourceScraper.git"
},
"dependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"source-scraper-core": "^1.1.5"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.2",
"npm-run-all": "^4.1.5",
"ts-typie": "^1.1.1",
"tslint": "^5.16.0",
"tslint-eslint-rules": "^5.4.0",
"typedoc": "^0.14.2",
"typescript": "^3.4.5"
},
"scripts": {
"ci-test": "npm run test",
"test": "npm-run-all lint build",
"lint": "tslint -p .",
"lint-fix": "tslint -p . --fix",
"build": "tsc",
"gen-doc": "typedoc --out ./docs ./lib/ --ignoreCompilerErrors --target ES6 --name \"source-scraper-test-utils\" --excludePrivate --module commonjs --mode file --externalPattern node_modules --excludeExternals"
},
"keywords": [
"source-scraper",
"source",
"scrap",
"scraper",
"scrapers",
"scraping",
"extractor",
"utils",
"test"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenByteDev/SourceScraper/issues"
},
"homepage": "https://github.com/OpenByteDev/SourceScraper#readme",
"gitHead": "b4b0c4ec87875ab6012b72b2c90087c3b3238b35"
}