jobberjs
Version:
3rd party library for retrieving jobs from job boards
47 lines (46 loc) • 1.16 kB
JSON
{
"name": "jobberjs",
"version": "0.1.9",
"description": "3rd party library for retrieving jobs from job boards",
"license": "MIT",
"author": "Austin Shindlecker",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/ashindlecker/jobber.git"
},
"scripts": {
"start": "ts-node src",
"test": "jest",
"coverage": "jest --coverage",
"docs": "typedoc --out ./docs",
"docs:md": "typedoc --out ./docs --plugin typedoc-plugin-markdown",
"build": "tsc"
},
"types": "dist/index.d.ts",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@types/axios": "^0.14.0",
"@types/cheerio": "^0.22.22",
"@types/jest": "^26.0.14",
"@types/turndown": "^5.0.0",
"jest": "^26.4.2",
"ts-node": "^9.0.0",
"typedoc": "^0.19.2",
"typedoc-plugin-markdown": "^3.0.5",
"typescript": "^4.0.3"
},
"dependencies": {
"axios": "^0.20.0",
"cheerio": "^1.0.0-rc.3",
"turndown": "^6.0.0"
},
"keywords": [
"LinkedIn",
"Job Search",
"Job Boards",
"Indeed"
]
}