playga / package.json
hhoiw's picture
Update package.json
8323c1b verified
raw
history blame contribute delete
327 Bytes
{
"name": "my-app",
"version": "1.0.0",
"description": "My Node.js app",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express":"^4.18.2",
"node-fetch": "2.6.6",
"js-yaml": "latest",
"btoa": "latest"
}
}