15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"name": "2023-03-20",
|
|
"version": "1.0.1",
|
|
"description": "nodejs第一天学习",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node-dev index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.3.4"
|
|
}
|
|
}
|