Kinvey/js-sdk

View on GitHub
packages/html5-sdk/package.json

Summary

Maintainability
Test Coverage
{
  "name": "kinvey-html5-sdk",
  "description": "Kinvey JavaScript SDK for HTML5 applications.",
  "version": "9.0.0",
  "license": "Apache-2.0",
  "homepage": "https://github.com/Kinvey/js-sdk/tree/master/packages/html5-sdk",
  "repository": {
    "type": "git",
    "url": "https://github.com/Kinvey/js-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/Kinvey/js-sdk/issues"
  },
  "author": {
    "name": "Thomas Conner",
    "email": "thomas.conner@progress.com"
  },
  "keywords": [
    "Kinvey",
    "JavaScript",
    "HTML5"
  ],
  "main": "lib/index.js",
  "scripts": {
    "prebuild": "del lib",
    "build": "tsc -p tsconfig.json",
    "postbuild": "node scripts/postbuild.js",
    "prebundle": "npm run build",
    "bundle": "webpack"
  },
  "dependencies": {
    "axios": "0.26.1",
    "kinvey-js-sdk": "8.0.0",
    "lodash-es": "4.17.21",
    "pubnub": "5.0.1",
    "tslib": "2.5.3"
  },
  "devDependencies": {
    "@types/events": "^3.0.0",
    "@types/lodash-es": "4.14.7",
    "clean-webpack-plugin": "~3.0.0",
    "del-cli": "2.0.0",
    "fs-extra": "~8.1.0",
    "typescript": "4.2.3",
    "webpack": "~4.39.1",
    "webpack-cli": "^3.3.0"
  },
  "files": [
    "lib/**/*"
  ]
}