thiagog3/tokens-to-styles

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "tokens-to-styles",
  "version": "2.1.0",
  "description": "An util repository to convert or sync object tokens to CSS module variables",
  "author": "Thiago Sciotta <thiagog3@gmail.com>",
  "homepage": "https://tokens-to-styles.sciotta.com.br/",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/sciotta/tokens-to-styles"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "coverage": "jest --coverage",
    "generate-docs": "typedoc"
  },
  "keywords": [],
  "license": "MIT",
  "dependencies": {
    "js-beautify": "^1.14.9"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.22.10",
    "@babel/preset-typescript": "^7.22.5",
    "@semantic-release/git": "^10.0.1",
    "@types/jest": "^29.5.3",
    "conventional-changelog-conventionalcommits": "^7.0.2",
    "jest": "^29.6.2",
    "semantic-release": "^23.0.0",
    "ts-jest": "^29.1.1",
    "typedoc": "^0.25.7",
    "typescript": "^5.1.6"
  }
}