{
	"name": "ui5plugin-parser",
	"version": "1.8.2",
	"description": "UI5 Class parser",
	"main": "dist/index.js",
	"scripts": {
		"test": "test",
		"compile": "npx tsc",
		"compile-prod": "rd /s /q \"dist\" && npx tsc --project tsconfig-prod.json",
		"watch": "npm run compile",
		"lint": "eslint src"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/iljapostnovs/ui5plugin-parser.git"
	},
	"keywords": [
		"ui5",
		"fiori",
		"parser",
		"openui5",
		"sapui5",
		"sap"
	],
	"funding": [
		{
			"type": "paypal",
			"url": "https://www.paypal.com/donate/?hosted_button_id=HPZ5FA8C3KJ6W"
		},
		{
			"type": "github",
			"url": "https://github.com/sponsors/iljapostnovs"
		},
		{
			"type": "individual",
			"url": "https://donate.cafe/iljapostnovs"
		}
	],
	"author": "Ilja Postnovs <ilja.postnovs@gmail.com>",
	"license": "Apache-2.0",
	"contributors": [
		"Ilja Postnovs <ilja.postnovs@gmail.com>"
	],
	"bugs": {
		"url": "https://github.com/iljapostnovs/ui5plugin-parser/issues"
	},
	"homepage": "https://github.com/iljapostnovs/ui5plugin-parser#readme",
	"devDependencies": {
		"@types/glob": "^8.1.0",
		"@types/hjson": "^2.4.6",
		"@types/line-column": "^1.0.2",
		"@types/node": "^20.17.30",
		"@typescript-eslint/eslint-plugin": "^6.19.1",
		"@typescript-eslint/parser": "^6.19.1",
		"eslint": "^8.56.0",
		"typescript": "5.8.3"
	},
	"dependencies": {
		"acorn-loose": "^8.4.0",
		"axios": "^1.8.4",
		"comment-parser": "^1.4.1",
		"fast-xml-parser": "^5.2.0",
		"glob": "^11.0.1",
		"hjson": "^3.2.2",
		"line-column": "^1.0.2",
		"properties-file": "^3.5.12",
		"rc-config-loader": "^4.1.3",
		"ts-morph": "^25.0.1"
	}
}