{
	"name": "swipelime-client-node",
	"description": "swipelime-client-node is the official swipelime Node.js client library",
	"version": "0.4.7",
	"author": "swipelime (https://swipelime.com)",
	"license": "MIT",
	"repository": {
		"type": "https",
		"url": "git+https://github.com/swipelime/swipelime-client-node.git"
	},
	"bugs": "https://github.com/swipelime/swipelime-client-node/issues",
	"homepage": "https://swipelime.com/",
	"engines": {
		"node": ">=20.0"
	},
	"keywords": [
		"swipelime",
		"restaurant",
		"qr",
		"menu",
		"api"
	],
	"dependencies": {
		"lodash": "^4.17.21",
		"simpleddp-node": "^0.1.3",
		"ws": "^8.16.0"
	},
	"devDependencies": {
		"@types/lodash": "^4.17.13",
		"@types/node": "^22.9.3",
		"@types/ws": "^8.5.13",
		"@typescript-eslint/eslint-plugin": "^7.0.0",
		"@typescript-eslint/parser": "^7.0.0",
		"eslint": "^8.4.1",
		"eslint-config-airbnb-base": "^15.0.0",
		"eslint-config-airbnb-typescript": "^18.0.0",
		"eslint-plugin-import": "^2.29.1",
		"eslint-plugin-n": "^16.6.2",
		"eslint-plugin-promise": "^6.1.1",
		"typescript": "^5.7.2"
	},
	"files": [
		"CHANGELOG.md",
		"CONTRIBUTING.md",
		"dist",
		"LICENSE",
		"README.md"
	],
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"scripts": {
		"build": "tsc -p tsconfig.json",
		"clean": "rm -rf dist/*",
		"lint": "eslint .",
		"lint:fix": "eslint --fix .",
		"typecheck": "tsc --project ./tsconfig.json --noEmit && eslint --ext=ts,ts"
	}
}
