Profolio / package.json
RammPntxxx's picture
Create package.json
ebfd69a verified
raw
history blame contribute delete
261 Bytes
{
"name": "portofolio-rama",
"version": "1.0.0",
"description": "Portofolio web untuk Rama",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Rama",
"license": "MIT",
"dependencies": {
"express": "^4.17.1"
}
}