hastebin-paste
Version:
A simple hastebin client for uploading things to hastebin.com with error code help that make it easier for you to debug!
35 lines (34 loc) • 1.1 kB
JSON
{
"name": "hastebin-paste",
"version": "1.3.1",
"description": "A simple hastebin client for uploading things to hastebin.com with error code help that make it easier for you to debug!",
"main": "src/index.js",
"types": "typings/index.d.ts",
"keywords": ["hastebin", "haste-server", "haste", "paste", "absolute-development", "hastes", "hastebin-gen"],
"scripts": {
"prepublishOnly": "yarn lint",
"test": "eslint src",
"lint": "eslint --fix src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Absolute-Development/hastebin-paste.git"
},
"author": "absolute-development <jerryacademic@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Absolute-Development/hastebin-paste/issues"
},
"homepage": "https://github.com/Absolute-Development/hastebin-paste#readme",
"private": false,
"devDependencies": {
"@types/node": "^12.0.3",
"eslint": "^6.0.1",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"typescript": "^3.5.1"
},
"dependencies": {
"node-fetch": "^2.6.0"
}
}