{
  "name": "memejs",
  "version": "2.0.1",
  "main": "dist/index.js",
  "repository": "https://github.com/Nuno135/memejs",
  "author": "Nuriel Taha",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Nuno135/memejs/issues"
  },
  "homepage": "https://github.com/Nuno135/memejs#readme",
  "keywords": [
    "Memes"
  ],
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "test": "jest"
  },
  "devDependencies": {
    "@types/jest": "^26.0.19",
    "@types/node": "^14.14.14",
    "jest": "^26.6.3",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "node-fetch": "^2.6.1"
  }
}
