{ "scripts": { "css": "node-sass --output-style expanded --indent-type tab --indent-width 1 sass/style.scss -o .", "postcss": "postcss style.css --no-map --use autoprefixer -o style.css --autoprefixer.browsers=\">=0.2%, ie >= 10\"", "watch": "node-sass --output-style expanded --indent-type tab --indent-width 1 --source-map 0 -w sass -r -o .", "zip": "git archive -o business-lander.zip --prefix=business-lander/ HEAD", "upload": "scp business-lander.zip root@gretathemes.com:/var/www/gretathemes.com/downloads/", "release": "npm run zip && npm run upload", "check": "phpcs --standard=WordPress --extensions=php . > check.txt", "fix": "phpcbf --standard=WordPress --extensions=php .", "start": "npm run css" } }