2019-10-21 08:18:17 +00:00
|
|
|
{
|
|
|
|
"name": "rf-web",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-09-02 14:13:44 +00:00
|
|
|
"start": "bundle exec jekyll serve",
|
|
|
|
"build": "JEKYLL_ENV=production jekyll build",
|
|
|
|
"deploy-dev": "yarn build && scp -r -P 7833 ./_site/* amemasu@185.203.114.165:/var/www/dev.reclaimfutures.org",
|
|
|
|
"deploy-prod": "yarn build && scp -r -P 7833 ./_site/* amemasu@185.203.114.165:/var/www/dev.reclaimfutures.org"
|
2019-10-21 08:18:17 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|