{
  "name": "demotivator",
  "version": "13.0.0",
  "description": "A extremely large array of 300+ insults so you can integrate the power of (de)Motivator into your webapp.",
  "type": "module",
  "scripts": {
    "test": "node dist/index.js",
    "lint": "eslint ./source/** --fix",
    "build": "tsc -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PorkyProductions/deMotivator.js.git"
  },
  "keywords": [
    "dmv",
    "demotivator",
    "dmv.js",
    "demotivator.js",
    "insult",
    "insults",
    "insult array",
    "array"
  ],
  "author": "PorkyProductions",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/PorkyProductions/deMotivator.js/issues"
  },
  "homepage": "https://github.com/PorkyProductions/deMotivator.js#readme",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "eslint": "^8.57.1",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-n": "^15.7.0",
    "eslint-plugin-promise": "^6.6.0",
    "typescript": "^4.9.5"
  },
  "files": [
    "./dist/**/*.js",
    "./dist/**/*.js.map",
    "./dist/**/*.d.ts",
    "./dist/**/*.d.ts.map"
  ],
  "main": "./dist/index.js",
  "displayName": "(de)Motivator.js",
  "contributors": [
    "Tristan Winata"
  ],
  "maintainers": [
    "Ryan Mullin"
  ],
  "types": "./dist/index.d.ts"
}
