{
	"author": {
		"email": "mohamedtaysser983@gmai.com",
		"name": "Mohammed Taysser",
		"url": "https://mohammed-taysser.github.io/portfolio/"
	},
	"bugs": {
		"email": "mohamedtaysser983@gmail.com",
		"url": "https://github.com/Mohammed-Taysser/pmq/issues"
	},
	"description": "simple NPM package which returns popular movie quotes. ",
	"devDependencies": {
		"@types/jest": "^29.2.5",
		"@types/node": "^18.11.18",
		"@typescript-eslint/eslint-plugin": "^5.48.0",
		"@typescript-eslint/parser": "^5.48.0",
		"eslint": "^8.31.0",
		"jest": "^29.3.1",
		"ts-jest": "^29.0.3",
		"typescript": "^4.9.4",
		"uglify-js": "^3.17.4"
	},
	"eslintConfig": {
		"extends": [
			"eslint:recommended",
			"plugin:@typescript-eslint/recommended"
		],
		"parser": "@typescript-eslint/parser",
		"plugins": [
			"@typescript-eslint"
		],
		"root": true
	},
	"files": [
		"dist"
	],
	"homepage": "https://github.com/Mohammed-Taysser/pmq",
	"keywords": [
		"word",
		"words",
		"list",
		"array",
		"random",
		"rand",
		"movies",
		"quote",
		"quotes",
		"cinema",
		"popular",
		"movie-quotes",
		"popular-movie-quotes"
	],
	"license": "MIT",
	"main": "dist/pmq.js",
	"name": "js-pmq",
	"publishConfig": {
		"ignore": [
			"!dist/",
			"*"
		]
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/mohammed-taysser/pmq.git"
	},
	"scripts": {
		"build": "uglifyjs ./dist/pmq.js --compress -o ./dist/pmq.min.js",
		"lint": "eslint ./src/pmq.ts",
		"start": "tsc -w",
		"test": "jest"
	},
	"typings": "index.d.ts",
	"version": "1.0.1"
}
