{
  "name": "@linkurious/ogma-styles",
  "version": "0.1.0",
  "description": "Ogma styling themes",
  "main": "dist/index.mjs",
  "browser": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./midsummer-night": {
      "types": "./dist/midsummer-night.d.ts",
      "import": "./dist/midsummer-night.mjs",
      "require": "./dist/midsummer-night.js"
    },
    "./afternoon-nap": {
      "types": "./dist/afternoon-nap.d.ts",
      "import": "./dist/afternoon-nap.mjs",
      "require": "./dist/afternoon-nap.js"
    },
    "./morning-breeze": {
      "types": "./dist/morning-breeze.d.ts",
      "import": "./dist/morning-breeze.mjs",
      "require": "./dist/morning-breeze.js"
    },
    "./colors": {
      "types": "./dist/colors.d.ts",
      "import": "./dist/colors.mjs",
      "require": "./dist/colors.js"
    }
  },
  "scripts": {
    "test": "",
    "test:unit": "",
    "build": "npm run bundle && npm run types && npm run previews",
    "previews": "tsx scripts/generate-color-previews.ts",
    "bundle": "rollup -c",
    "lint": "eslint src",
    "types": "tsc -p tsconfig.json --emitDeclarationOnly",
    "lint:ci": "eslint -f checkstyle -o reports/checkstyle.xml src/*.ts",
    "postversion": "sync_versions",
    "bump:patch": "npm version --no-git-tag-version patch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Linkurious/ogma-styles.git"
  },
  "keywords": [
    "ogma",
    "graph visualization",
    "styles",
    "themes"
  ],
  "author": "Linkurious SAS",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Linkurious/ogma-styles/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/Linkurious/ogma-styles#readme",
  "optionalDependencies": {
    "@linkurious/ogma": "^4.0.0 || ^5.0.0"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.14.5",
    "@linkurious/code-tools": "0.0.15",
    "@linkurious/eslint-config-ogma": "^1.0.10",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@rollup/plugin-typescript": "^8.2.5",
    "eslint": "^8.57.0",
    "rollup": "^2.56.3",
    "rollup-plugin-terser": "^7.0.2",
    "tsx": "4.20.5",
    "typescript": "5.4.3"
  },
  "eslintConfig": {
    "extends": [
      "@linkurious/eslint-config-ogma"
    ]
  },
  "prettier": {
    "trailingComma": "none",
    "singleQuote": true,
    "arrowParens": "avoid"
  }
}
