UNPKG

e-sign-api

Version:

A simple to use controller for the E-Sign API

39 lines (38 loc) 895 B
{ "name": "e-sign-api", "version": "1.3.7", "description": "A simple to use controller for the E-Sign API", "main": "index.js", "scripts": { "test": "e-sign test", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/Isaac-hughes/e-sign-api.git" }, "keywords": [ "E-signature", "E-Sign", "Npm", "Electronic Signature" ], "author": "Isaac Hughes (E-Sign)", "license": "ISC", "bugs": { "url": "https://github.com/Isaac-hughes/e-sign-api/issues" }, "homepage": "https://github.com/Isaac-hughes/e-sign-api#readme", "dependencies": { "axios": "^0.24.0", "typescript": "^4.5.5" }, "devDependencies": { "@babel/cli": "^7.16.8", "@babel/core": "^7.16.12", "@babel/preset-env": "^7.16.11" }, "module": "dist/index.js", "es2015": "dist/index.js", "typings": "dist/index.d.ts" }