git-hf / package.json
Chumenceshi's picture
Upload 5 files
054a097 verified
raw
history blame contribute delete
347 Bytes
{
"name": "nodejs",
"version": "1.0.0",
"description": "nodejs",
"author": "",
"repository": "",
"license": "MIT",
"private": false,
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"axios": "^1.9.0"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
}
}