{
  "name": "nvm-styles-test",
  "version": "0.1.32",
  "description": "Nevermined styles components",
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "types": "./lib/esm/index.d.ts",
  "files": [
    "/lib"
  ],
  "scripts": {
    "build": "rollup -c && shx cp -r src/styles lib/cjs && shx cp -r src/styles lib/esm",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "css",
    "styles",
    "ui",
    "components"
  ],
  "author": "Nevermined",
  "license": "Apache-2.0",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@types/react": "17.0.19",
    "@types/react-dom": "^17.0.2",
    "autoprefixer": "^10.4.7",
    "node-sass": "^7.0.1",
    "postcss": "^8.4.14",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-sass": "^1.2.12",
    "rollup-plugin-typescript2": "^0.32.1",
    "sass": "^1.52.3",
    "shx": "^0.3.4",
    "ts-node": "^10.8.1",
    "typescript": "^4.7.3"
  },
  "peerDependencies": {
    "bem-helpers": "*",
    "react": "*",
    "react-dom": "*"
  }
}