summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..5cb6d1a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,25 @@
+{
+ "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/eslint-config": "^1.0.2",
+ "@lightscale/webpack-config": "^1.0.0"
+ }
+}