{
	"name": "@fontoxml/fontoxml-development-tools",
	"description": "Development tools for Fonto.",
	"version": "8.12.0",
	"author": "The Fonto Team",
	"license": "MIT",
	"keywords": [
		"fdt",
		"fonto",
		"fontoxml"
	],
	"main": "index.js",
	"bin": {
		"fdt": "./bin/development-tools.js",
		"fontoxml-development-tools": "./bin/development-tools.js"
	},
	"engines": {
		"node": ">=18.18"
	},
	"type": "module",
	"scripts": {
		"start": "node ./bin/development-tools",
		"test": "cross-env FORCE_COLOR=2 npx c8 --config ./test/.c8rc-test -- mocha --config ./test/mocharc.json",
		"test-skip-heavy": "cross-env FORCE_COLOR=2 SKIP_HEAVY_TESTS=1 npx c8 --config ./test/.c8rc-test -- mocha --config ./test/mocharc.json",
		"test-ci": "cross-env FORCE_COLOR=2 npx c8 --config ./test/.c8rc-test-ci -- mocha --config ./test/mocharc.ci.json"
	},
	"files": [
		"bin",
		"src",
		"!src/modules/*/test",
		".fdtrc.base",
		"index.js",
		"npm-shrinkwrap.json"
	],
	"dependencies": {
		"@babel/core": "7.26.9",
		"@babel/plugin-syntax-class-properties": "7.12.13",
		"@babel/plugin-syntax-jsx": "7.25.9",
		"@babel/plugin-syntax-object-rest-spread": "7.8.3",
		"@babel/preset-env": "7.26.9",
		"@babel/preset-react": "7.26.3",
		"@babel/preset-typescript": "7.26.0",
		"babel-loader": "9.1.3",
		"babel-plugin-istanbul": "7.0.0",
		"body-parser": "1.20.3",
		"case-sensitive-paths-webpack-plugin": "2.4.0",
		"chalk": "5.4.1",
		"cli-table": "0.3.11",
		"compression": "1.8.0",
		"css-loader": "7.1.2",
		"css-minimizer-webpack-plugin": "7.0.0",
		"deepmerge": "4.3.1",
		"enquirer": "2.4.1",
		"express": "4.21.2",
		"fast-glob": "3.3.3",
		"fflate": "0.8.2",
		"fontoxpath": "3.33.0",
		"fs-extra": "11.3.0",
		"fswin": "3.24.829",
		"html-webpack-plugin": "5.6.3",
		"http-auth": "4.2.0",
		"http-proxy-middleware": "3.0.3",
		"loader-utils": "3.3.1",
		"mini-css-extract-plugin": "2.9.2",
		"multer": "1.4.5-lts.1",
		"p-map": "7.0.3",
		"path-to-regexp": "8.2.0",
		"picomatch": "4.0.2",
		"prettier": "3.5.3",
		"recast": "0.23.11",
		"semver": "7.7.1",
		"slimdom": "4.3.5",
		"strip-ansi": "7.1.0",
		"strip-color": "0.1.0",
		"terser-webpack-plugin": "5.3.12",
		"to-utf-8": "1.3.0",
		"type-is": "1.6.18",
		"undici": "6.21.1",
		"uuid": "11.1.0",
		"webpack": "5.98.0",
		"webpack-dev-middleware": "7.4.2",
		"wrap-ansi": "9.0.0"
	},
	"devDependencies": {
		"@biomejs/biome": "1.8.3",
		"c8": "10.1.3",
		"chai": "5.2.0",
		"cross-env": "7.0.3",
		"mocha": "11.1.0",
		"mocha-junit-reporter": "2.2.1",
		"tmp": "0.2.3"
	},
	"overrides": {
		"babel-plugin-istanbul": {
			"test-exclude": "7.0.1"
		}
	}
}
