dataease-dm/core/core-frontend/flushbonading/package.json

16 lines
252 B
JSON
Raw Normal View History

2023-10-23 22:00:14 +08:00
{
"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"
}
}