{
  "name": "@naturacosmeticos/natds-storybook-themes",
  "displayName": "StorybookThemes",
  "version": "0.19.0",
  "description": "Storybook themes for Natura Design System",
  "private": false,
  "keywords": [
    "themes",
    "natura",
    "natds",
    "design",
    "storybook",
    "storybooks",
    "web"
  ],
  "homepage": "https://github.com/natura-cosmeticos/natds-commons/tree/main/packages/natds-storybook-themes#readme",
  "bugs": {
    "url": "https://github.com/natura-cosmeticos/natds-commons/issues"
  },
  "license": "ISC",
  "author": {
    "name": "Natura Design System",
    "email": "designsystem@natura.net"
  },
  "files": [
    "dist/",
    "README.md"
  ],
  "esmodule": "./dist/esm/index.js",
  "jsdelivr": "./dist/umd/index.js",
  "jsnext:main": "./dist/esm/index.js",
  "main": "./dist/index.js",
  "module": "./dist/esm/index.js",
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "typings": "./dist/index.d.ts",
  "umd:main": "./dist/umd/index.js",
  "unpkg": "./dist/umd/index.js",
  "directories": {
    "lib": "dist"
  },
  "repository": {
    "directory": "packages/natds-storybook-themes",
    "type": "git",
    "url": "git+https://github.com/natura-cosmeticos/natds-commons.git"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w"
  },
  "devDependencies": {
    "rollup": "2.69.1",
    "tslib": "2.3.1",
    "typescript": "4.6.2"
  },
  "dependencies": {
    "@naturacosmeticos/natds-themes": "^0.29.4",
    "@storybook/theming": "6.4.19"
  },
  "config": {},
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "gitHead": "9f52e9ea2cd94bb4b0f67a1acbf529591d6556f3"
}
