diff --git a/package.json b/package.json index 3dab46c..3925435 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,11 @@ "version": "1.0.0", "description": "Templating Boilerplate", "main": "gulpfile.js", + "scripts": { + "start": "gulp build && gulp serve", + "build": "gulp build", + "test": "echo \"Error: no test specified\" && exit 1" + }, "repository": "https://github.com/kdgyimah/boilerplate.git", "author": "Kingsley G. ", "keywords": [ @@ -23,7 +28,8 @@ "gulp-concat": "^2.6.1", "gulp-pug": "^4.0.1", "gulp-sass": "^4.0.2", - "gulp-uglify": "^3.0.1" + "gulp-uglify": "^3.0.1", + "live-server": "^1.2.1" }, "dependencies": { "bootstrap": "^4.3.1",