{
	"name": "addio-admin-sdk",
	"version": "1.7.195",
	"description": "Admin EComm SDK - Addio",
	"main": "dist/index.js",
	"repository": "https://github.com/gitngin/gng-tb-admin-sdk",
	"author": "Ciao <alexandre.hvincent@gitngin.com>",
	"license": "MIT",
	"private": false,
	"scripts": {
		"dev": "yarn build --watch",
		"build": "tsc",
		"build:doc": "jsdoc2md --files \"src/**/*.ts{,?}\" --configure ./jsdoc2md.json > ./addio-sdk-doc.md",
		"test": "nyc mocha",
		"test:reporter": "nyc mocha --reporter spec",
		"test:reporter-w/delay": "nyc mocha --delay --reporter spec",
		"pub": "sh publish.sh",
		"publish:canary": "yarn publish --tag canary"
	},
	"dependencies": {
		"@aws-sdk/client-s3": "^3.540.0",
		"@googlemaps/google-maps-services-js": "3.3.27",
		"@googlemaps/js-api-loader": "^1.11.3",
		"@types/chai": "^4.2.22",
		"@types/chai-as-promised": "^7.1.5",
		"@types/crypto-js": "^4.0.1",
		"@types/csvtojson": "^2.0.0",
		"@types/google.maps": "^3.45.4",
		"@types/js-cookie": "^3.0.0",
		"@types/lodash": "^4.14.157",
		"@types/mocha": "^10.0.10",
		"@types/moment": "^2.13.0",
		"@types/node": "^18.11.18",
		"@types/node-fetch": "^2.5.7",
		"@types/react-dom": "^17.0.9",
		"@types/robust-point-in-polygon": "^1.0.2",
		"@types/scheduler": "^0.16.1",
		"@types/uuid": "^8.3.4",
		"algoliasearch": "^4.10.2",
		"bson": "^4.5.3",
		"chai": "^4.3.4",
		"chai-as-promised": "^7.1.1",
		"crypto-js": "^4.0.0",
		"csvtojson": "^2.0.10",
		"firebase": "^12.6.0",
		"firebase-admin": "^10.0.2",
		"google-auth-library": "^7.0.3",
		"isomorphic-unfetch": "^3.1.0",
		"mocha": "^11.7.5",
		"moment": "^2.29.1",
		"postmark": "^2.6.0",
		"react": "^17.0.2",
		"react-dom": "^17.0.2",
		"robust-point-in-polygon": "^1.0.3",
		"scheduler": "^0.20.1",
		"ts-node": "^10.4.0",
		"tslib": "^2.0.1",
		"uuid": "^8.3.2",
		"xml-js": "^1.6.11"
	},
	"devDependencies": {
		"@algolia/client-search": "4.27.0",
		"@babel/cli": "^7.18.10",
		"@babel/core": "^7.18.10",
		"@babel/plugin-proposal-class-properties": "^7.18.6",
		"@babel/plugin-proposal-decorators": "^7.20.13",
		"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
		"@babel/plugin-transform-react-jsx": "^7.18.10",
		"@babel/plugin-transform-typescript": "^7.18.12",
		"@babel/preset-env": "^7.18.10",
		"@babel/preset-react": "^7.18.6",
		"@babel/preset-typescript": "^7.18.6",
		"@istanbuljs/nyc-config-typescript": "^1.0.2",
		"@testdeck/mocha": "^0.3.3",
		"@types/react": "^19.0.1",
		"@types/robust-point-in-polygon": "^1.0.2",
		"@types/sinon": "^17.0.3",
		"babel-plugin-const-enum": "^1.2.0",
		"babel-plugin-module-resolver": "^4.1.0",
		"babel-preset-minify": "^0.5.2",
		"concurrently": "^7.6.0",
		"dotenv": "^16.4.5",
		"istanbul-badges-readme": "^1.8.4",
		"jsdoc-babel": "^0.5.0",
		"jsdoc-to-markdown": "^8.0.0",
		"nyc": "^15.1.0",
		"sinon": "^19.0.2",
		"ts-mockito": "^2.6.1",
		"tsc-alias": "^1.8.2",
		"tsconfig-paths": "^4.1.2",
		"typescript": "^4.7.4",
		"undici": "^5.27.0"
	},
	"bugs": {
		"url": "https://github.com/gitngin/gng-tb-admin-sdk/issues"
	},
	"homepage": "https://github.com/gitngin/gng-tb-admin-sdk#readme",
	"prettier": {
		"useTabs": true,
		"tabWidth": 2,
		"printWidth": 120,
		"trailingComma": "none",
		"singleQuote": true,
		"jsxSingleQuote": true,
		"semi": false
	}
}
