{
    "name": "react-scoped-styles",
    "version": "0.5.7",
    "description": "Scoped styles for React components",
    "main": "index.js",
    "scripts": {
        "build": "tsc",
        "build:watch": "tsc -w"
    },
    "keywords": [
        "react",
        "scoped",
        "styles"
    ],
    "author": "Nairi Narinyan",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/nairinarinyan/react-scoped-styles"
    },
    "devDependencies": {
        "@types/loader-utils": "^2.0.6",
        "@types/node": "^10.17.60",
        "@types/webpack": "^5.28.5",
        "typescript": "^5.3.3"
    },
    "dependencies": {
        "loader-utils": "^3.2.1"
    }
}
