{
	"name": "tabelle",
	"version": "1.4.3",
	"description": "A library for generating pretty filterable and sortable tables that use your backend of choice",
	"main": "lib/index.js",
	"scripts": {
		"start": "npm-run-all --parallel aiur:watch compile:watch",
		"test": "eslint --cache --ext .js *.js lib && echo ✓",
		"compile": "faucet --no-fingerprint",
		"compile:watch": "npm run compile -- --watch",
		"aiur": "aiur -t ./dist",
		"aiur:watch": "aiur -t ./dist --watch --liveserve 0.0.0.0:4001"
	},
	"author": "joy.heron@innoq.com",
	"homepage": "https://github.com/innoq/tabelle",
	"license": "Apache-2.0",
	"dependencies": {
		"document-register-element": "^1.14.10",
		"list.js": "^2.3.1",
		"uitil": "^2.8.0"
	},
	"devDependencies": {
		"aiur": "^0.9.0",
		"eslint": "^8.36.0",
		"eslint-config-fnd": "^1.13.0",
		"eslint-plugin-import": "^2.27.5",
		"eslint-plugin-node": "^11.1.0",
		"eslint-plugin-promise": "^6.1.1",
		"faucet-pipeline-core": "^2.0.0",
		"faucet-pipeline-js": "^2.1.7",
		"faucet-pipeline-sass": "^1.8.0",
		"npm-run-all": "^4.1.5"
	}
}
