mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-12 18:32:02 -07:00
17 lines
374 B
JSON
17 lines
374 B
JSON
{
|
|
"name": " ",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"keywords": "",
|
|
"license": "",
|
|
"author": "",
|
|
"scripts": {
|
|
"build": "parcel build index.html",
|
|
"dev": "parcel index.html --open",
|
|
"start": "npm run build && npm run dev",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"parcel-bundler": "^1.12.4"
|
|
}
|
|
}
|