12 lines
306 B
JSON
12 lines
306 B
JSON
{
|
|
"name": "physio-remotion",
|
|
"version": "1.0.0",
|
|
"description": "Coming Soon Website for Physio-Remotion",
|
|
"scripts": {
|
|
"build": "rm -rf dist && mkdir -p dist/img && cp *.html style.css main.js dist/ && cp img/* dist/img/",
|
|
"deploy": "./deploy.sh"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|