html-metadata-parser
Version:
Html Metadata scraper and parser for Node.js
62 lines (61 loc) • 1.76 kB
JSON
{
"name": "html-metadata-parser",
"version": "2.0.4",
"description": "Html Metadata scraper and parser for Node.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "webpack --config webpack.config.js --mode development --progress",
"prod": "webpack --config webpack.config.js --mode production --progress",
"pub": "npm publish --access public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nasa8x/html-metadata-parser.git"
},
"keywords": [
"html metadata",
"html metadata parser",
"html metadata crawler",
"html metadata scraper",
"html meta",
"metadata parser",
"metadata crawler",
"metadata extract",
"metadata scraper",
"metadata"
],
"author": "Nasa8x",
"license": "MIT",
"bugs": {
"url": "https://github.com/nasa8x/html-metadata-parser/issues"
},
"homepage": "https://morioh.com/topic/node-js",
"dependencies": {
"axios": "^0.24.0",
"node-html-parser": "^5.2.0"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.6.1",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^27.0.1",
"prettier": "^2.3.0",
"run-script-webpack-plugin": "^0.0.11",
"supertest": "^6.1.3",
"ts-jest": "^27.0.1",
"ts-loader": "^9.2.2",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.3.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0",
"webpack-node-externals": "^3.0.0"
}
}