{ "name": "theme-builder", "version": "0.0.1", "description": "Saltcorn plugin: visual theme builder (Phase 1 Bootstrap-5 skin overlay; Phase 2 Craft.js layout + optional dart-sass).", "main": "index.js", "scripts": { "test": "node --test test/*.test.js", "test:integration": "./test/runIntegration.sh", "build:ui": "webpack --config builder/webpack.config.js --mode production", "watch:ui": "webpack --config builder/webpack.config.js --watch --mode development" }, "engines": { "node": ">=20" }, "comment": "@saltcorn/* are provided by the host at runtime (see dev-deploy/idp convention) and are intentionally NOT declared as dependencies. Phase 1 has no third-party runtime deps; Phase 2 adds sass + bootstrap.", "dependencies": {}, "devDependencies": {}, "author": "Scott Duensing", "license": "MIT" }