{
"name": "website",
"version": "1.0.0",
"private": true,
"description": "Another website, really?",
"scripts": {
"build": "parcel build --no-source-maps -d static/build static/src/scss/index.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealOrangeOne/website.git"
"homepage": "https://github.com/RealOrangeOne/website#readme",
"dependencies": {
"parcel-bundler": "1.12.4"
}