Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
  "name": "@fbinhouse/inhouse-pdf2-api-lib",
  "version": "1.0.2",
  "description": "Import this package in to Node.JS projects where you want to generate PDFs.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm -Rf ./dist && tsc"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/fbinhouse/inhouse-pdf2-api-lib.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://bitbucket.org/fbinhouse/inhouse-pdf2-api-lib/issues"
  },
  "homepage": "https://bitbucket.org/fbinhouse/inhouse-pdf2-api-lib#readme",
  "devDependencies": {
    "@types/node": "^17.0.8",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.4"
  },
  "dependencies": {
    "axios": "^0.24.0",
    "form-data": "^4.0.0"
  }
}