{ "name": "@standardnotes/dynamic-theme", "version": "1.1.1", "main": "dist/dist.css", "private": true, "sn": { "main": "dist/dist.css" }, "scripts": { "components:compile": "webpack --entry ./src/main.scss --config ../theme.webpack.config.js", "test": "echo \"Error: no test specified\" && exit 0" }, "devDependencies": { "webpack": "*" } }