{
	"browser": "browser.js",
	"module": "module.js",
	"eslintIgnore": [
		"module.js",
		"browser.js",
		"dist/",
		"dist-esm/"
	],
	"keywords": [
		"origami",
		"component",
		"ft"
	],
	"name": "@financial-times/o-ads",
	"version": "19.0.1",
	"dependencies": {
		"@financial-times/o-viewport": "^4.0.0",
		"@financial-times/o-grid": "^5.0.0",
		"@financial-times/o-visual-effects": "^3.0.0",
		"@financial-times/o-colors": "^5.0.2"
	},
	"component": "o-ads",
	"repository": {
		"type": "git",
		"url": "git@github.com:Financial-Times/o-ads.git"
	},
	"scripts": {
		"demo-server": "obt demo --runServer --port=3002",
		"nightwatch-bs": "node ./test/nightwatch/config/nightwatch-local.js -c ./test/nightwatch/config/nightwatch.conf.bs.js",
		"test": "npm run test-unit",
		"test-coverage": "karma start karma.conf.js --single-run",
		"test-unit": "jest && npm run test-coverage",
		"test-cy:run": "cypress run -r spec --record false",
		"test-cy:open": "cypress open",
		"test-nw": "npm run test-nw:basic && npm run test-nw:extended",
		"test-nw:local": "nightwatch -c ./test/nightwatch/config/nightwatch.conf.local.js",
		"test-nw:basic": "npm run nightwatch-bs -- --group basic --env chrome,firefox,safari,edge,galaxy_s8",
		"test-nw:extended": "npm run nightwatch-bs -- --group extended --env chrome",
		"test-e2e": "jest -c jest.config.puppeteer.js",
		"test-e2e-local": "start-server-and-test demo-server http://localhost:3002 test-e2e",
		"jest": "jest",
		"coverage": "export COVERAGE=true && karma start && unset COVERAGE",
		"ci": "export COVERAGE=true && export CI=true && karma start && unset COVERAGE && unset CI",
		"verify": "obt verify",
		"lint": "eslint .",
		"lint-complexity": "eslint . -c .eslintrc-complexity.js",
		"release": "release-it",
		"version": "genversion --semi src/js/version.js",
		"obt": "obt",
		"checksizes": "bundlesize",
		"prepare": "npx snyk protect || npx snyk protect -d || true"
	},
	"devDependencies": {
		"@babel/core": "7.12.9",
		"@babel/preset-env": "7.12.7",
		"@cypress/webpack-preprocessor": "5.4.11",
		"@financial-times/secret-squirrel": "2.17.0",
		"@testing-library/jest-dom": "5.11.6",
		"@types/doubleclick-gpt": "2019041801.0.4",
		"@types/jest": "26.0.15",
		"@types/jsdom": "16.2.5",
		"babel-jest": "26.6.3",
		"babel-plugin-rewire": "1.2.0",
		"bower-resolve-webpack-plugin": "1.0.5",
		"browserstack-local": "1.4.8",
		"bundlesize": "0.18.0",
		"cypress": "6.0.0",
		"dotenv": "8.2.0",
		"eslint": "7.14.0",
		"eslint-plugin-jest": "24.1.3",
		"eslint-plugin-qunit": "5.1.0",
		"geckodriver": "1.21.0",
		"genversion": "2.2.1",
		"isomorphic-fetch": "3.0.0",
		"istanbul": "0.4.5",
		"istanbul-instrumenter-loader": "3.0.1",
		"jest": "25.5.4",
		"jest-environment-jsdom": "26.6.2",
		"jest-environment-jsdom-global": "2.0.4",
		"jest-puppeteer": "4.4.0",
		"karma": "6.0.2",
		"karma-chrome-launcher": "3.1.0",
		"karma-cli": "2.0.0",
		"karma-coverage": "2.0.3",
		"karma-coverage-istanbul-reporter": "3.0.3",
		"karma-qunit": "4.1.1",
		"karma-webpack": "4.0.2",
		"nightwatch": "git@github.com:Financial-Times/nightwatch.git",
		"origami-build-tools": "9.0.13",
		"pre-git": "3.17.1",
		"puppeteer": "5.5.0",
		"qunit": "2.12.0",
		"release-it": "14.2.2",
		"snyk": "1.431.2",
		"start-server-and-test": "1.11.6",
		"watchify": "3.11.1",
		"webpack": "4.43.0"
	}
}
