{
  "name": "@platformbuilders/theme-toolkit",
  "version": "0.3.0",
  "description": "Theme helpers to use combined with Fluid Design System.",
  "author": "Platform Builders <digitals@platformbuilders.io>",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/platformbuilders/theme-toolkit.git"
  },
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "build": "rm -rf dist && rollup -c --bundleConfigAsCjs",
    "start": "rollup -c -w --bundleConfigAsCjs",
    "pretty": "prettier --config ./.prettierrc.js --write \"src/**/*.{js,jsx,ts,tsx,json}\"",
    "lint": "tsc && eslint '*/**/*.{ts, tsx}' --fix",
    "test": "jest --passWithNoTests --collect-coverage",
    "test:coverage": "yarn test -- --coverage",
    "test:watch": "yarn test -- --watch",
    "prepare": "husky install && yarn build"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "yarn pretty",
      "yarn lint",
      "yarn test"
    ]
  },
  "devDependencies": {
    "@babel/core": "7.20.2",
    "@babel/preset-env": "7.20.2",
    "@babel/preset-typescript": "7.18.6",
    "@platformbuilders/eslint-config-builders": "0.1.2",
    "@rollup/plugin-json": "^6.0.0",
    "@types/jest": "29.2.3",
    "@types/lodash": "4.14.189",
    "@types/react-native": "0.70.6",
    "@types/styled-components": "5.1.26",
    "@typescript-eslint/eslint-plugin": "5.43.0",
    "@typescript-eslint/parser": "5.43.0",
    "babel-jest": "29.3.1",
    "cross-env": "7.0.3",
    "eslint": "8.27.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-promise": "6.1.1",
    "eslint-plugin-sonarjs": "0.16.0",
    "eslint-plugin-typescript": "0.14.0",
    "gh-pages": "4.0.0",
    "husky": "8.0.2",
    "jest": "29.3.1",
    "lint-staged": "13.0.3",
    "prettier": "2.7.1",
    "react-native": "0.70.6",
    "rollup": "3.3.0",
    "rollup-plugin-babel": "4.4.0",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-peer-deps-external": "2.2.4",
    "rollup-plugin-typescript2": "0.34.1",
    "rollup-plugin-url": "3.0.1",
    "styled-components": "5.3.6",
    "ts-jest": "29.0.3",
    "ts-node": "10.9.1",
    "typescript": "4.9.3"
  },
  "dependencies": {
    "@platformbuilders/helpers": "0.8.2",
    "lodash": "4.17.21"
  }
}
