forked from github/dataease
16 lines
252 B
JSON
16 lines
252 B
JSON
{
|
|
"name": "htmlparser",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node ./index.js"
|
|
},
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"htmlparser2": "^8.0.2"
|
|
}
|
|
}
|