swgen / package.json
asdass1's picture
Update package.json
9501b0c verified
raw
history blame
335 Bytes
{
"name": "sw-generator",
"version": "1.0.0",
"description": "SW Status Generator menggunakan Express",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.18.2",
"node-fetch": "^2.6.1",
"body-parser": "^1.20.3",
"axios": "^1.3.4",
"koa": "^2.14.1"
}
}