{
  "name": "@salutejs/plasma-tokens-utils",
  "version": "0.55.0",
  "description": "Code shared between token libraries.",
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/salute-developers/pashka.git",
    "directory": "packages/plasma-tokens-utils"
  },
  "scripts": {
    "prepare": "npm run build",
    "prebuild": "npm run clean",
    "build": "tsc",
    "clean": "rm -rf lib",
    "test": "ROBO_COMMENT=\"\" jest",
    "test:watch": "ROBO_COMMENT=\"\" jest --watch",
    "lint": "../../node_modules/.bin/eslint ./src --ext .ts --quiet"
  },
  "dependencies": {
    "@salutejs/plasma-colors": "0.16.0",
    "@salutejs/plasma-typo": "0.47.0",
    "@theme-ui/css": "0.3.1",
    "color": "^4.2.3",
    "csstype": "3.0.3",
    "param-case": "3.0.3"
  },
  "devDependencies": {
    "@types/color": "^3.0.3",
    "@types/jest": "^26.0.20",
    "@types/node": "^14.11.1",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.3",
    "ts-node": "^9.1.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "lib"
  ],
  "gitHead": "b6f6097bf3ea7e7021eb0d93e2d506c21b162692"
}
