22 lines
420 B
JSON
22 lines
420 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|