{
	"name": "@edjopato/datastore",
	"version": "0.7.2",
	"description": "Handles different ways to store data within Node.js",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/EdJoPaTo/js-datastore.git"
	},
	"author": {
		"name": "EdJoPaTo",
		"email": "js-datastore-npm-package@edjopato.de",
		"url": "https://edjopato.de"
	},
	"scripts": {
		"build": "del-cli dist && tsc",
		"prepack": "npm run build",
		"test": "tsc --sourceMap && xo"
	},
	"type": "module",
	"engines": {
		"node": ">=18"
	},
	"dependencies": {
		"json-stable-stringify": "^1.2.1",
		"write-file-atomic": "^6.0.0"
	},
	"devDependencies": {
		"@sindresorhus/tsconfig": "^7.0.0",
		"@types/node": "^18.16.13",
		"@types/write-file-atomic": "^4.0.0",
		"del-cli": "^6.0.0",
		"typescript": "^5.7.2",
		"xo": "^0.60.0"
	},
	"files": [
		"dist",
		"!*.test.*"
	],
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"xo": {
		"rules": {
			"@typescript-eslint/prefer-readonly-parameter-types": "error"
		}
	}
}
