{
  "name": "@therobot/tailwindcss-regression-values",
  "version": "1.0.0",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.js",
  "directories": {
    "src": "src",
    "lib": "lib"
  },
  "scripts": {
    "build": "npm run clean && tsc",
    "build:watch": "tsc --watch",
    "watch:all": "concurrently npm:build:watch nodemon",
    "clean": "rimraf dist",
    "test": "node dist/test.js",
    "dev": "export NODE_ENV=development && npm run clean && npm run build && npm run watch:all"
  },
  "nodemonConfig": {
    "exec": "npm run test",
    "watch": [
      "dist/**/*.js"
    ],
    "quiet": true
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "lodash": "^4.17.15",
    "regression": "^2.0.1"
  },
  "devDependencies": {
    "@types/assert": "^1.4.3",
    "@types/lodash": "^4.14.149",
    "@types/regression": "^2.0.0",
    "@typescript-eslint/eslint-plugin": "^2.3.2",
    "@typescript-eslint/parser": "^2.3.2",
    "@typescript-eslint/typescript-estree": "^2.13.0",
    "concurrently": "^5.0.0",
    "eslint": "^6.8.0",
    "eslint-config-typescript": "^3.0.0",
    "nodemon": "^1.19.4",
    "postcss": "^7.0.26",
    "prettier": "^1.19.1",
    "rimraf": "^3.0.0",
    "tailwindcss": "^1.1.4",
    "typescript": "^3.7.4"
  }
}
