17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"name": "nodejsstudy",
|
|
"version": "1.0.0",
|
|
"description": "nodes的学习项目",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node-dev index.js",
|
|
"serve": "node-dev http.js"
|
|
},
|
|
"author": "feng",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"requset": "^0.0.1-security"
|
|
}
|
|
}
|