{
  "name": "@lightscale/laralight-tables",
  "version": "1.0.0",
  "description": "",
  "repository": {
    "type": "git",
    "url": "git@lightscale.co.uk:laralight-tables"
  },
  "license": "MIT",
  "author": "Sam Light <sam@lightscale.co.uk>",
  "type": "module",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "watch": "webpack --mode=development --watch",
    "build": "webpack --mode=development",
    "prod": "webpack --mode=production --progress"
  },
  "devDependencies": {
    "@lightscale/webpack-config": "^1.0.0"
  }
}