Files
old-v2-backend/package.json

14 lines
477 B
JSON
Raw Permalink Normal View History

2018-06-24 12:01:25 +02:00
{
"name": "saburly-headless",
"version": "0.1.0",
"repository": "git@gitlab.com:website-saburly/v2-backend.git",
"author": "Saburly",
"license": "UNLICENSED",
2018-06-25 00:00:37 +02:00
"private": true,
"scripts": {
"preinstall": "chmod +x install.sh && chmod +x mysql_config.sh && ./install.sh",
"postinstall": "robo wordpress:setup",
"start": "wp server",
"lint": "phpcs -v wordpress/wp-content/themes/saburly-headless/. RoboFile.php"
}
2018-06-24 12:01:25 +02:00
}