UNPKG

sourcebin-wrapper

Version:

Create and get bins from https://sourceb.in/

46 lines (45 loc) 1.25 kB
{ "name": "sourcebin-wrapper", "version": "1.6.0", "description": "Create and get bins from https://sourceb.in/", "main": "lib/index.js", "scripts": { "test-get": "ts-node src/__tests__/GetBin.test.ts", "test-create": "ts-node src/__tests__/CreateBin.test.ts", "build": "tsc", "fix": "npx eslint src/**/* --fix", "test": "npx eslint src/**/*", "install-hooks": "bash ./scripts/install-hooks.sh" }, "keywords": [ "sourcebin", "sourcebin npm", "sourcebin-wrapper", "sourcebin-wrapper npm" ], "author": "Jacxk", "license": "ISC", "devDependencies": { "@types/node-fetch": "^2.5.7", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", "ts-node": "^8.10.2", "typescript": "^3.9.7" }, "dependencies": { "@sourcebin/linguist": "0.0.2", "node-fetch": "^2.6.0" }, "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/Jacxk/Sourcebin-Wrapper.git" }, "bugs": { "url": "https://github.com/Jacxk/Sourcebin-Wrapper/issues" }, "homepage": "https://github.com/Jacxk/Sourcebin-Wrapper#readme" }