tutorial1/package.json

22 lines
420 B
JSON
Raw Permalink Normal View History

2025-02-01 15:34:46 +00:00
{
"name": "tutorial1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://192.168.0.102:3002/wpngai/tutorial1.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"axios": "^1.7.9",
"express": "^4.21.2"
}
}