UNPKG

@kiwitheboss/memejs

Version:

A simple, fast, and fun meme generator, now with a new API!

36 lines (35 loc) 821 B
{ "name": "@kiwitheboss/memejs", "version": "2.0.2", "description": "A simple, fast, and fun meme generator, now with a new API!", "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" } }