{
	"name": "xquery-cli",
	"version": "2.1.2",
	"description": "A command-line tool for XQuery",
	"repository": "wvbe/xquery-cli",
	"author": "wvbe",
	"license": "MIT",
	"homepage": "https://github.com/wvbe/xquery-cli",
	"keywords": [
		"xquery",
		"xml",
		"query",
		"terminal"
	],
	"bin": {
		"xq": "./bin/xq.js"
	},
	"main": "dist/index.js",
	"module": "dist/xquery-cli.esm.js",
	"typings": "dist/index.d.ts",
	"scripts": {
		"start": "tsdx watch",
		"build": "tsdx build",
		"test": "tsdx test --passWithNoTests",
		"lint": "tsdx lint",
		"prepare": "tsdx build",
		"demo:xpath": "xq -g \"examples/xml/**/*.dita\" -m examples/tabular-data-example.xqm",
		"demo:xquf": "xq examples/xml/dita/FAQ.dita -m examples/updating-example.xqm"
	},
	"dependencies": {
		"fontoxpath-module-loader": "^1.0.2",
		"glob": "^7.2.0",
		"npmlog": "^5.0.1",
		"slimdom-sax-parser": "^1.4.1"
	},
	"devDependencies": {
		"@types/glob": "^7.1.4",
		"@types/node": "^16.10.3",
		"husky": "^7.0.2",
		"tsdx": "^0.14.1",
		"tslib": "^2.3.1",
		"typescript": "^4.4.3"
	},
	"prettier": {
		"printWidth": 100,
		"semi": true,
		"singleQuote": true,
		"tabWidth": 4,
		"trailingComma": "none",
		"useTabs": true
	}
}
