| { | |
| "name": "example", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "dev": "parcel index.html", | |
| "build": "parcel build index.html" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "devDependencies": { | |
| "parcel-bundler": "^1.12.4" | |
| } | |
| } | |