{
	"name": "@w0s/paapi-item-image-url-parser",
	"version": "4.0.0",
	"description": "Parsing a PA-API 5.0 Item Image URL",
	"keywords": [
		"paapi",
		"paapi5"
	],
	"homepage": "https://github.com/SaekiTominaga/js-library#readme",
	"bugs": {
		"url": "https://github.com/SaekiTominaga/js-library/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/SaekiTominaga/js-library.git"
	},
	"license": "MIT",
	"author": "Saeki Tominaga",
	"type": "module",
	"main": "dist/index.js",
	"module": "dist/index.js",
	"types": "dist/index.d.ts",
	"files": [
		"dist/**/*.d.ts",
		"dist/**/*.d.ts.map",
		"dist/**/*.js",
		"dist/**/*.js.map"
	],
	"scripts": {
		"prebuild": "rimraf dist/* -g",
		"build": "tsc",
		"lint": "eslint src/**/*.ts",
		"pretest": "tsc --noEmit",
		"test": "node --experimental-test-coverage --experimental-strip-types --test src/**/*.test.ts"
	},
	"engines": {
		"node": ">=22"
	},
	"publishConfig": {
		"access": "public"
	}
}
