UNPKG

@smash-sdk/discovery

Version:
56 lines (55 loc) 999 B
{ "name": "@smash-sdk/discovery", "version": "0.0.12", "description": "Smash Sdk Discovery", "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 --silent && npm run transpile && cp ./package.json ./dist/ && cp ./README.md ./dist/", "test": "jest" }, "dependencies": { "@smash-sdk/core": "^2.1.1" }, "keywords": [ "smash", "sdk", "discovery", "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" ] }