{
  "name": "@sustainas/truetwins-js-sdk",
  "version": "0.105.0",
  "description": "A partial SDK for the TrueTwins platform, currently in beta.",
  "author": "Sustainas",
  "license": "ISC",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "format": "eslint ./src --ext .ts --fix",
    "compile": "tsc -p tsconfig.prod.json",
    "build": "yarn run format && yarn run compile",
    "test": "echo No tests",
    "test:file": "echo No tests",
    "version": "echo $npm_package_version",
    "clean": "rimraf dist",
    "postpublish": "../../../.travis/notifications/send-npm-publish-notification.sh $npm_package_name:$npm_package_version"
  },
  "files": [
    "dist/**/*"
  ],
  "dependencies": {
    "@types/axios": "^0.14.0",
    "@types/form-data": "^2.2.1",
    "axios": "^0.18.0",
    "form-data": "^2.5.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "gitHead": "a22c0b6e3bd3d61dc3b6c22eca88980bec47e17b"
}
