{
	"name": "js-domainrobot-sdk",
	"version": "2.2.1",
	"description": "A (node)js package for easy integration of the domainrobot API powered by InterNetX GmbH.",
	"main": "index.js",
	"types": "index.d.ts",
	"author": "InterNetX GmbH <entwicklung@internetx.com>",
	"homepage": "https://www.internetx.com",
	"repository": "https://github.com/InterNetX/js-domainrobot-sdk.git",
	"license": "MIT",
	"scripts": {
		"update:specs": "yarn update:domainrobotapi | yarn update:pcdomainsapi",
		"update:domainrobotapi": "cp node_modules/@internetx/internetx-swagger-files/src/domainrobot.json src/swagger",
		"update:pcdomainsapi": "cp node_modules/@internetx/internetx-swagger-files/src/pcdomains.json src/swagger",
		"docs:dev": "vuepress dev docs",
		"docs:build": "vuepress build docs",
		"test:mocha": "nyc mocha \"tests/Specs/**/*.js\"",
		"test:integration": "nyc mocha \"tests/Integration/**/*.js\""
	},
	"nyc": {
		"exclude": [
			"docs",
			"examples/",
			"node_modules",
			".github",
			"coverage",
			"tests",
			"index.js"
		],
		"reporter": [
			"text-summary",
			"text",
			"html"
		],
		"all": true
	},
	"publishConfig": {
		"access": "public"
	},
	"devDependencies": {
		"@internetx/internetx-swagger-files": "https://github.com/InterNetX/domainrobot-api.git",
		"axios-mock-adapter": "^1.22.0",
		"cross-env": "^6.0.3",
		"form-data": "^4.0.0",
		"mocha": "^9.2.2",
		"nyc": "^15.1.0",
		"webpack": "^5.99.5"
	},
	"dependencies": {
		"axios": "^1.18.1",
		"chai": "^4.3.4",
		"yarn.lock": "^0.0.1-security"
	},
	"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
