{
	"name": "litecart",
	"title": "LiteCart",
	"description": "Lightweight e-commerce platform built with PHP, jQuery and HTML.",
	"version": "2.6.4",
	"author": {
		"name": "T. Almroth",
		"url": "https://www.litecart.net/"
	},
	"license": "CC-BY-ND-4.0",
	"homepage": "https://www.litecart.net/",
	"download": "https://www.litecart.net/download",
	"repository": {
		"type": "git",
		"url": "git://github.com/litecart/litecart.git"
	},
	"bugs": {
		"url": "https://github.com/litecart/litecart/issues"
	},
	"engines": {
		"node": ">=19"
	},
	"devDependencies": {
		"grunt": "^1.6.1",
		"grunt-cli": "^1.5.0",
		"grunt-contrib-less": "^3.0.0",
		"grunt-contrib-uglify": "^5.2.2",
		"grunt-contrib-watch": "^1.1.0",
		"grunt-dart-sass": "^2.0.1",
		"grunt-phplint": "^0.1.0",
		"grunt-text-replace": "^0.4.0",
		"phplint": "^2.0.5",
		"sass": "^1.86.3"
	},
	"scripts": {
		"archive": "git archive --format=zip --output latest.zip",
		"build": "grunt",
		"changelog": "git log --oneline 'master'..'dev' > changelog.txt",
		"hash": "php .git-hooks/pre-commit.d/calculate_checksums.php",
		"less": "grunt less",
		"phplint": "grunt phplint",
		"test": "grunt test",
		"uglify": "grunt uglify",
		"watch": "grunt watch",
		"update": "ncu -u && npm install && npm audit fix"
	}
}
