@smash-sdk/iam
Version:
46 lines (45 loc) • 1.2 kB
JSON
{
"name": "@smash-sdk/iam",
"version": "0.0.11",
"description": "Smash Sdk Iam",
"repository": { "type": "git", "url": "https://github.com/fromsmash/smash-sdk-js" },
"scripts": { "transpile": "tsc", "clean": "rimraf dist && rimraf node_modules && rimraf package-lock.json", "build": "npm run clean && npm i && npm run transpile && cp ./package.json ./dist/ && cp ./README.md ./dist/", "test": "jest" },
"dependencies": { "@smash-sdk/core": "^2.0.2", "jwt-decode": "^3.1.2" },
"keywords": [
"smash",
"sdk",
"iam",
"fromsmash",
"node",
"nodejs",
"transfer",
"upload",
"uploader",
"file-upload",
"file-uploader",
"files",
"big-file",
"big-files",
"big file",
"big files",
"multipart",
"multipart-upload",
"multipart-uploader",
"cdn",
"library",
"typescript",
"browser",
"html",
"html5",
"html5-uploader",
"progress",
"angular",
"react",
"vue",
"http",
"https",
"promise",
"async",
"await"
]
}