{
    "name": "@bem-plus/class-generator",
    "version": "1.2.9",
    "description": "",
    "main": "dist/index.js",
    "keywords": ["BEM", "CSS", "SCSS", "Sass", "generator", "webpack", "node", "typescript", "ts", "oop", "object-oriented", "class"],
    "scripts": {
        "build": "rspack build & tsc --emitDeclarationOnly"
    },
    "files": [
        "src/module.ts",
        "dist/*"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/stefanbaumeler/bem-plus.git"
    },
    "author": "Stefan Baumeler",
    "bugs": {
        "url": "https://github.com/stefanbaumeler/bem-plus/issues"
    },
    "homepage": "https://github.com/stefanbaumeler/bem-plus#readme",
    "devDependencies": {
        "@rspack/cli": "^0.7.5",
        "@rspack/core": "^0.7.5",
        "ts-loader": "^9.5.1"
    },
    "dependencies": {
        "colors": "^1.4.0",
        "glob": "^11.0.0",
        "zod": "^3.23.8"
    }
}
