{ "name": "parcel-project-template", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "parcel src/*.html --open", "build": "parcel build src/index.html" }, "repository": { "type": "git", "url": "git+https://github.com/goitacademy/parcel-project-template.git" }, "keywords": [], "author": "Alexander Repeta <alexander.repeta@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/goitacademy/parcel-project-template/issues" }, "homepage": "https://github.com/goitacademy/parcel-project-template#readme", "devDependencies": { "parcel-bundler": "^1.12.4", "posthtml-include": "^1.4.3", "sass": "^1.26.9" } }