{
	"name": "@netatwork/aurelia-i18n-tools",
	"version": "5.0.1",
	"description": "A toolchain to help with localization in aurelia projects.",
	"repository": {
		"type": "git",
		"url": "https://github.com/Netatwork-de/aurelia-i18n-tools"
	},
	"type": "module",
	"main": "./dist/index.js",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"default": "./dist/index.js"
		}
	},
	"bin": {
		"naw-aurelia-i18n": "./dist/cli.js"
	},
	"scripts": {
		"start": "mx-parallel npm:start:*",
		"start:build": "tsc -p tsconfig-build.json -w --preserveWatchOutput",
		"start:test": "tsc -p tsconfig-test.json -w --preserveWatchOutput",
		"build": "tsc -p tsconfig-build.json && tsc -p tsconfig-test.json",
		"test": "node --enable-source-maps --test \"./test_out/**/*.test.js\"",
		"prepack": "npm run build && npm test"
	},
	"dependencies": {
		"ansi-colors": "^4.1.3",
		"chokidar": "^3.6.0",
		"decamelize": "^6.0.0",
		"parse5": "^7.2.1",
		"picomatch": "^4.0.2",
		"yargs-parser": "^21.1.1"
	},
	"devDependencies": {
		"@mxjp/parallel": "^1.0.2",
		"@types/node": "^22.10.2",
		"@types/picomatch": "^2.3.3",
		"@types/yargs-parser": "^21.0.3",
		"typescript": "^5.7.2",
		"@netatwork/aurelia-i18n-tools": "file:."
	},
	"author": "Net at Work GmbH",
	"license": "Apache-2.0"
}
