{
 	"name": "@mescius/activereportsjs",
 	"version": "6.0.3",
 	"description": "ActiveReportsJS",
 	"author": "MESCIUS inc.",
 	"type": "module",
 	"module": "./lib/index.js",
 	"types": "./lib/index.d.ts",
 	"main": "./index.js",
 	"exports": {
 	 	".": {
 	 	 	"import": "./lib/index.js",
 	 	 	"types": "./lib/index.d.ts"
 	 	},
 	 	"./reportdesigner": {
 	 	 	"import": "./reportdesigner/index.js",
 	 	 	"types": "./reportdesigner/index.d.ts"
 	 	},
 	 	"./reportviewer": {
 	 	 	"import": "./reportviewer/index.js",
 	 	 	"types": "./reportviewer/index.d.ts"
 	 	},
 	 	"./core": {
 	 	 	"import": "./core/index.js",
 	 	 	"types": "./core/index.d.ts"
 	 	},
 	 	"./htmlexport": {
 	 	 	"import": "./htmlexport/index.js",
 	 	 	"types": "./htmlexport/index.d.ts"
 	 	},
 	 	"./pdfexport": {
 	 	 	"import": "./pdfexport/index.js",
 	 	 	"types": "./pdfexport/index.d.ts"
 	 	},
 	 	"./xlsxexport": {
 	 	 	"import": "./xlsxexport/index.js",
 	 	 	"types": "./xlsxexport/index.d.ts"
 	 	},
 	 	"./xlsxadvexport": {
 	 	 	"import": "./xlsxadvexport/index.js",
 	 	 	"types": "./xlsxadvexport/index.d.ts"
 	 	},
 	 	"./tabulardataexport": {
 	 	 	"import": "./tabulardataexport/index.js",
 	 	 	"types": "./tabulardataexport/index.d.ts"
 	 	},
 	 	"./styles/*": "./styles/*",
 	 	"./package.json": "./package.json"
 	},
 	"license": "Commercial",
 	"keywords": [
 	 	"activereports",
 	 	"arjs",
 	 	"reporting",
 	 	"pagereport",
 	 	"pagedocument",
 	 	"rdlx",
 	 	"rdl",
 	 	"javascript",
 	 	"report designer",
 	 	"web designer",
 	 	"viewer",
 	 	"pdf",
 	 	"excel",
 	 	"アクティブレポート",
 	 	"帳票",
 	 	"ページレポート",
 	 	"RDLレポート",
 	 	"レポートデザイナ",
 	 	"ビューワ",
 	 	"エクセル",
 	 	"バーコード",
 	 	"グラフ"
 	],
 	"dependencies": {
 	 	"blob": "^0.1.0",
 	 	"canvg": "^4.0.0",
 	 	"color-string": "^1.5.3",
 	 	"date-fns": "^2.26.0",
 	 	"i18next": "^24.2.3",
 	 	"jsonpath-plus": "^10.3.0",
 	 	"jszip": "^3.10.1",
 	 	"ramda": "^0.29.0",
 	 	"tslib": "^2.3.0",
 	 	"xregexp": "^3.0.30"
 	}
}