You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
438 B

{
"name": "sbi-pug",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon ./index.js",
"bs-init": "browser-sync init",
"ui": "browser-sync start --config bs-config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^3.0.2",
"nodemon": "^3.0.2"
},
"dependencies": {
"express": "^4.18.2",
"pug": "^3.0.2"
}
}