{
	"name": "@w0s/paapi-item-image-url-parser",
	"version": "3.2.1",
	"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"
	},
	"license": "MIT",
	"author": "Saeki Tominaga",
	"files": [
		"dist/**/*.d.ts",
		"!dist/**/*.test.d.ts",
		"dist/**/*.d.ts.map",
		"!dist/**/*.test.d.ts.map",
		"dist/**/*.js",
		"!dist/**/*.test.js",
		"dist/**/*.js.map",
		"!dist/**/*.test.js.map"
	],
	"type": "module",
	"main": "dist/index.js",
	"module": "dist/index.js",
	"types": "dist/index.d.ts",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/SaekiTominaga/js-library.git"
	},
	"scripts": {
		"prebuild": "rimraf dist/* -g",
		"build": "tsc",
		"watch": "tsc -w",
		"lint": "eslint src/**/*.ts",
		"pretest": "npm run build",
		"test": "node --experimental-test-coverage --test **/*.test.js"
	},
	"publishConfig": {
		"access": "public"
	}
}
