{
	"name": "larvitconf",
	"version": "0.2.29",
	"description": "Configuration lib",
	"main": "index.js",
	"files": [
		"*.js"
	],
	"devDependencies": {
		"eslint": "8.57.1",
		"mocha": "11.7.5",
		"nyc": "17.1.0"
	},
	"scripts": {
		"lint": "eslint *.js test/*.js",
		"test:unit": "mocha --exit --bail './test/*.js'",
		"coverage": "nyc npm run test:unit",
		"test": "npm run lint && npm run coverage"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/larvit/larvitconf.git"
	},
	"keywords": [
		"misc",
		"uuid",
		"replaceAll"
	],
	"author": "gagge <gagge@larvit.se>",
	"license": "ISC",
	"bugs": {
		"url": "https://github.com/larvit/larvitconf/issues"
	},
	"homepage": "https://github.com/larvit/larvitconf#readme",
	"dependencies": {
		"larvitutils": "5.1.172",
		"lodash": "4.17.21"
	}
}
