18 lines
306 B
JSON
18 lines
306 B
JSON
{
|
|
"name": "nodestudy",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node pachong.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "bmy",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"iconv-lite": "^0.6.3"
|
|
}
|
|
}
|