{
	"name": "@flying-dice/tslua-common",
	"version": "0.32.23",
	"description": "Common Utils Library",
	"keywords": [
		"lua",
		"dcs",
		"logger"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/flying-dice/tslua-dcs.git"
	},
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	},
	"license": "ISC",
	"types": "./dist/index.d.ts",
	"main": "./dist/index",
	"scripts": {
		"build": "rimraf dist && tsc -p tsconfig.tstl.json && tstl -p tsconfig.tstl.json",
		"build:docs": "typedoc",
		"test": "vitest run --coverage"
	},
	"devDependencies": {
		"@vitest/coverage-v8": "^2.1.8",
		"lua-types": "^2.13.1",
		"typescript": "^5.7.2",
		"typescript-to-lua": "^1.28.1",
		"vitest": "^2.1.8",
		"vitest-mock-extended": "^2.0.2"
	},
	"gitHead": "e715b6d23e6bde49276227a83d8595250b4d38bf"
}
