Files
ClassContent/历届学生/front-end-team/项目练习/学生项目/缪虎/node.js/package.json
2024-09-27 02:06:13 +08:00

18 lines
298 B
JSON

{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^17.0.23",
"axios": "^0.26.1"
}
}