{ "name": "@ontos/material-design-3-theme-builder", "type": "module", "version": "1.0.8", "author": "David Sa ", "repository": "https://github.com/davidsa03/material-design-3-theme-builder.git", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "release": "standard-version", "release:minor": "standard-version --release-as minor", "release:major": "standard-version --release-as major" }, "dependencies": { "@material/material-color-utilities": "0.3.0" }, "devDependencies": { "standard-version": "^9.5.0", "tsup": "^8.0.2", "typescript": "^5.3.3" } }