PersephonyAPI/javascript-sdk

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@persephony/sdk",
  "version": "1.1.1",
  "description": "The SDK for the Persephony API",
  "homepage": "https://www.persephony.com",
  "bugs": {
    "email": "support@persephony.com"
  },
  "license": "MIT",
  "author": "",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:PersephonyAPI/javascript-sdk.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest",
    "test:coverage": "jest --config jest-coverage.config.js",
    "watch": "jest --watch",
    "standard": "standard --env jest src/**"
  },
  "devDependencies": {
    "jest": "^24.8.0",
    "jest-cli": "^24.8.0",
    "standard": "^12.0.1"
  },
  "dependencies": {
    "lodash.assign": "^4.2.0",
    "node-fetch": "^2.6.0"
  }
}