{ "name": "sleeky-admin", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node-sass --watch assets/css/themes -o assets/css --output-style compressed" }, "author": "", "license": "ISC", "dependencies": { "node-sass": "^4.12.0" } }