17 lines
300 B
JSON
17 lines
300 B
JSON
{
|
|
"name": "2021-08-10",
|
|
"version": "1.0.0",
|
|
"description": "nodejs学习",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"http": "node-dev http.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"cheerio": "^1.0.0-rc.10"
|
|
}
|
|
}
|