Skip to content

Instantly share code, notes, and snippets.

@codebubb
Created October 16, 2020 10:57
Show Gist options
  • Select an option

  • Save codebubb/679c4301e36d97cb77429e8e960d8786 to your computer and use it in GitHub Desktop.

Select an option

Save codebubb/679c4301e36d97cb77429e8e960d8786 to your computer and use it in GitHub Desktop.
Parcel JS package file
{
"name": "parcel-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "parcel serve src/index.html"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"parcel": "^1.12.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment