{
  "name": "highsoft-design-tokens",
  "version": "2.10.0",
  "description": "This package ensures a seamless integration of design principles into your codebase, making your development process more efficient and your end product more cohesive and visually appealing",
  "main": "index.js",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "node build.js && node document.js",
    "semantic-release": "semantic-release --branches main",
    "commit": "git-cz",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/highcharts/design-tokens.git"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "author": "Kenneth Vestergaard Knudsen",
  "license": "GPL-3.0-or-later",
  "devDependencies": {
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^10.3.5",
    "@semantic-release/npm": "^13.1.3",
    "cz-conventional-changelog": "^3.3.0",
    "fs-extra": "^11.3.0",
    "jest": "^29.7.0",
    "json-to-scss": "^1.6.2",
    "sass": "^1.86.3",
    "semantic-release": "^25.0.2"
  },
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
