{
	"name": "@aller/external-id",
	"version": "7.5.0",
	"description": "Library for creating an ID from an URL.",
	"repository": "git@github.com:soldotno/harvester-external-id.git",
	"author": "Aller Media",
	"license": "ISC",
	"type": "module",
	"main": "dist/index.cjs",
	"module": "dist/index.js",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"import": "./dist/index.js",
			"require": "./dist/index.cjs"
		}
	},
	"files": [
		"dist"
	],
	"scripts": {
		"test": "yarn test:unit && yarn test:e2e && yarn codestyle",
		"test:unit": "node --test tests/unit/*",
		"test:e2e": "yarn run playwright:prepare && playwright test",
		"build": "yarn clean && yarn types && rollup -c",
		"types": "tsc",
		"clean": "rimraf dist types",
		"playwright:prepare": "npx playwright install --with-deps",
		"start-test-server": "yarn build && node tests/e2e/server.js",
		"lint": "eslint src",
		"format-check": "prettier src --check",
		"codestyle": "yarn lint && yarn format-check",
		"run-test-server": "node tests/e2e/server.js",
		"manual-test": "node tests/manual-check.js"
	},
	"dependencies": {
		"@hapi/tlds": "^1.1.0",
		"md5": "^2.3.0"
	},
	"devDependencies": {
		"@babel/core": "^7.26.0",
		"@babel/preset-env": "^7.26.0",
		"@eslint/js": "^9.13.0",
		"@playwright/test": "^1.48.2",
		"@rollup/plugin-babel": "^6.0.4",
		"@rollup/plugin-commonjs": "^28.0.1",
		"@rollup/plugin-node-resolve": "^15.3.0",
		"@rollup/plugin-terser": "^0.4.4",
		"@types/express": "^5.0.0",
		"@types/md5": "^2.3.5",
		"@types/node": "^22.8.4",
		"core-js": "^3.39.0",
		"eslint": "^9.13.0",
		"eslint-config-prettier": "^9.1.0",
		"express": "^5.0.1",
		"globals": "^15.11.0",
		"prettier": "^3.3.3",
		"rimraf": "^6.0.1",
		"rollup": "^4.24.2",
		"rollup-plugin-dts": "^6.1.1",
		"typescript": "^5.6.3",
		"typescript-eslint": "^8.12.0"
	},
	"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
