{
	"name": "@shippack/isbn-verify",
	"version": "1.5.1",
	"description": "Verify ISBN string format and check digit.",
	"keywords": [
		"ISBN"
	],
	"homepage": "https://github.com/SaekiTominaga/isbn-verify#readme",
	"bugs": {
		"url": "https://github.com/SaekiTominaga/isbn-verify/issues"
	},
	"license": "MIT",
	"author": "Saeki Tominaga",
	"files": [
		"dist",
		"src"
	],
	"main": "dist/index.js",
	"module": "dist/isbn-verify.esm.js",
	"types": "dist/index.d.ts",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/SaekiTominaga/isbn-verify.git"
	},
	"scripts": {
		"start": "tsdx watch",
		"build": "tsdx build",
		"test": "tsdx test",
		"prepare": "tsdx build",
		"watch": "tsc -w",
		"coverage": "jest --coverage"
	},
	"devDependencies": {
		"@types/jest": "^27.0.2",
		"@typescript-eslint/eslint-plugin": "^4.31.2",
		"@typescript-eslint/parser": "^4.31.2",
		"coveralls": "^3.1.1",
		"eslint": "^7.32.0",
		"eslint-config-prettier": "^8.3.0",
		"eslint-plugin-jest": "^24.4.2",
		"eslint-plugin-jsdoc": "^36.1.0",
		"jest": "^27.2.2",
		"ts-jest": "^27.0.5",
		"typescript": "^4.4.3",
		"tsdx": "^0.14.1",
		"tslib": "^2.3.1"
	},
	"publishConfig": {
		"access": "public"
	}
}
