source-scraper-core
Version:
Core files for the SourceScraper-Project
55 lines (54 loc) • 1.75 kB
JSON
{
"name": "source-scraper-core",
"version": "1.1.5",
"description": "Core files 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": {
"lodash.flatmap": "^4.5.0",
"normalize-url": "^4.3.0",
"object-merge": "^2.5.1",
"trim-character": "^2.0.1"
},
"devDependencies": {
"@types/lodash.flatmap": "^4.5.6",
"@types/node": "^12.0.2",
"@types/normalize-url": "^4.2.0",
"@types/object-merge": "^2.5.0",
"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-core\" --excludePrivate --module commonjs --mode file --externalPattern node_modules --excludeExternals"
},
"keywords": [
"source-scraper",
"source",
"scrap",
"scraper",
"scrapers",
"scraping",
"extractor",
"core"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenByteDev/SourceScraper/issues"
},
"homepage": "https://github.com/OpenByteDev/SourceScraper#readme",
"gitHead": "b4b0c4ec87875ab6012b72b2c90087c3b3238b35"
}