mirror of
https://github.com/pmret/website.git
synced 2024-11-08 12:12:27 +01:00
11 lines
208 B
JSON
11 lines
208 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"start": "parcel src/index.html",
|
||
|
"build": "parcel build src/index.html"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"parcel-bundler": "^1.12.4"
|
||
|
}
|
||
|
}
|