jgnvhl / package.json
hfgty's picture
Upload 5 files
023fb9c verified
raw
history blame contribute delete
No virus
253 Bytes
{
"name": "node",
"version": "1.0.0",
"description": "node",
"main": "index.js",
"author": "",
"license": "MIT",
"private": false,
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=14"
}
}