UNPKG

hastexp

Version:

A simple hastebin package that lets you upload text to hastebin and make a link directly from writing code.

30 lines (29 loc) 613 B
{ "name": "hastexp", "version": "1.2.0", "description": "A simple hastebin package that lets you upload text to hastebin and make a link directly from writing code.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc" }, "keywords": [ "hastebin.js", "hastebin", "hastebin package", "discord.js", "eval", "discord" ], "author": "Scara", "license": "MIT", "repository": { "url": "https://github.com/scarasect/hastexp" }, "dependencies": { "node-fetch": "^2.6.1" }, "devDependencies": { "typescript": "^4.1.2" } }