{
	"name": "@j2inn/i18n",
	"version": "1.0.1",
	"description": "J2 Innovations internationalization library",
	"author": "Riccardo Leder",
	"license": "ISC",
	"main": "dist/index.js",
	"keywords": [
		"j2",
		"app",
		"typescript"
	],
	"files": [
		"dist/**/*"
	],
	"scripts": {
		"release": "standard-version",
		"checktypes": "tsc --noEmit",
		"build": "npm run build:clean && tsc",
		"build:clean": "rimraf ./dist",
		"format": "prettier-eslint \"src/**/*.ts\" --write",
		"lint": "eslint --fix --max-warnings=0 --ext ts,js src/",
		"prepack": "npm run build",
		"test": "npm run lint && npm run checktypes && jest",
		"doc": "typedoc"
	},
	"devDependencies": {
		"@types/jest": "^29.0.3",
		"@types/lodash": "^4.14.185",
		"@types/react": "^18.0.21",
		"@types/react-dom": "^18.0.6",
		"@typescript-eslint/eslint-plugin": "^5.38.0",
		"@typescript-eslint/parser": "^5.38.0",
		"eslint": "^8.23.1",
		"eslint-config-prettier": "^8.5.0",
		"eslint-plugin-prettier": "^4.2.1",
		"jest": "^29.0.3",
		"jest-environment-jsdom": "^29.0.3",
		"prettier": "^2.7.1",
		"prettier-eslint": "^15.0.1",
		"prettier-eslint-cli": "^7.1.0",
		"rimraf": "^3.0.2",
		"standard-version": "^9.5.0",
		"ts-jest": "^29.0.1",
		"typedoc": "^0.23.15",
		"typescript": "^4.8.3"
	}
}
