{
	"name": "vue-currency-filter",
	"description": "🍒 Lightweight vue currency filter based on accounting.js",
	"version": "5.2.0",
	"license": "MIT",
	"author": "Irfan Maulana (https://github.com/mazipan/)",
	"homepage": "https://mazipan.github.io/vue-currency-filter/",
	"source": "src/index.ts",
	"main": "dist/vue-currency-filter.js",
	"module": "dist/vue-currency-filter.module.js",
	"unpkg": "dist/vue-currency-filter.umd.js",
	"typings": "dist/index.d.ts",
	"scripts": {
		"build": "microbundle src/index.ts --name VueCurrencyFilter",
		"dev": "microbundle watch",
		"lint": "standardx src/**/*.ts --fix"
	},
	"files": [
		"dist",
		"nuxt"
	],
	"devDependencies": {
		"@typescript-eslint/eslint-plugin": "^4.2.0",
		"@typescript-eslint/parser": "^4.2.0",
		"microbundle": "^0.12.3",
		"standardx": "^5.0.0",
		"vue": "^2.6.12"
	},
	"keywords": [
		"vue 2 currency",
		"vue currency",
		"vue currency filter",
		"vue filter"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/mazipan/vue-currency-filter.git"
	},
	"bugs": {
		"url": "https://github.com/mazipan/vue-currency-filter/issues"
	},
	"eslintConfig": {
		"rules": {
			"no-unused-vars": "off",
			"@typescript-eslint/no-unused-vars": "error"
		}
	},
	"standardx": {
		"parser": "@typescript-eslint/parser",
		"plugins": [
			"@typescript-eslint/eslint-plugin"
		]
	}
}
