{
	"name": "@marketto/belfiore-connector-embedded",
	"version": "1.2.1",
	"description": "TS & JS Belfiore datasource connector: embedded dataset",
	"main": "dist/index.js",
	"module": "dist/index.mjs",
	"typings": "dist/index.d.ts",
	"config": {
		"name": "BelfioreConnector",
		"iifeFileName": "belfiore-connector"
	},
	"scripts": {
		"release": "npm audit fix & npm run lint-fix && npm run update-lovs && npm run test && npm run coverage && npm run docs && npm run build",
		"build": "npx rimraf ./dist & npx rollup -c",
		"lint": "npx tslint -c tslint.json \"src/**/*.ts\"",
		"lint-fix": "npx tslint -c tslint.json \"src/**/*.ts\" --fix",
		"test": "npx mocha",
		"coverage": "npx rimraf ./coverage \n mkdir ./coverage \n npx nyc mocha && npx nyc report --reporter=text-lcov | npx relcov > ./coverage/lcov.info",
		"docs": "npx rimraf ./docs & npx typedoc --options typedoc.json",
		"update-lovs": "npx ts-node ./tools/assets-generator.ts"
	},
	"author": "Marco Ricupero <marco.ricupero@gmail.com>",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/Marketto/belfiore-connector-embedded/issues"
	},
	"homepage": "https://github.com/Marketto/belfiore-connector-embedded#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Marketto/belfiore-connector-embedded.git"
	},
	"keywords": [
		"Belfiore",
		"ts",
		"TypeScript",
		"embedded"
	],
	"dependencies": {
		"@marketto/belfiore-connector": "^3.0.0",
		"dayjs": "^1.11.13"
	},
	"devDependencies": {
		"@istanbuljs/nyc-config-typescript": "^1.0.2",
		"@rollup/plugin-node-resolve": "^15.2.3",
		"@rollup/plugin-terser": "^0.4.4",
		"@types/chai": "^4.3.16",
		"@types/chai-string": "^1.4.5",
		"@types/got": "^9.6.12",
		"@types/lodash": "^4.17.4",
		"@types/merge-stream": "^1.1.5",
		"@types/mocha": "^10.0.6",
		"@types/node": "^20.12.13",
		"@types/yauzl": "^2.10.3",
		"chai": "^4.2.0",
		"chai-string": "^1.5.0",
		"chardet": "^2.0.0",
		"csvtojson": "^2.0.10",
		"dotenv": "^12.0.3",
		"got": "^11.8.3",
		"lodash": "^4.17.21",
		"merge-stream": "^2.0.0",
		"mocha": "^9.1.4",
		"nyc": "^15.1.0",
		"relcov": "^1.0.6",
		"rimraf": "^5.0.7",
		"rollup": "^4.18.0",
		"rollup-plugin-commonjs": "^10.1.0",
		"rollup-plugin-dts": "^6.1.1",
		"rollup-plugin-license": "^3.4.0",
		"rollup-plugin-node-builtins": "^2.0.0",
		"rollup-plugin-ts": "^3.4.5",
		"source-map-support": "^0.5.19",
		"ts-node": "^10.9.2",
		"tslint": "^6.1.3",
		"typedoc": "^0.25.13",
		"typescript": "^5.4.5",
		"xlsx": "^0.18.5",
		"yauzl": "^3.1.3"
	},
	"engines": {
		"node": ">=16.0.0"
	}
}
