{ "name": "@lightscale/laralight-tables", "version": "1.0.0", "description": "", "repository": { "type": "git", "url": "git@lightscale.co.uk:laralight-tables" }, "license": "MIT", "author": "Sam Light ", "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/eslint-config": "^1.0.2", "@lightscale/webpack-config": "^1.0.0" } }