shomix-testing-b-u
Version:
Typescript library for uploading files or directory from the Browser to IPFS, Filecoin or Arweave via Spheron
49 lines (48 loc) • 1.32 kB
JSON
{
"name": "shomix-testing-b-u",
"version": "3.0.1",
"description": "Typescript library for uploading files or directory from the Browser to IPFS, Filecoin or Arweave via Spheron",
"keywords": [
"Storage",
"Typescript",
"Badass",
"IPFS",
"Filecoin",
"Arweave",
"SDK",
"Upload"
],
"author": "Spheron Team",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"prettier": "prettier \"**/*.{css,scss,json,md,html,yml}\" --ignore-path=.eslintignore",
"prettier:write": "prettier --write '**/*.{ts,tsx,json,md,hbs}' --ignore-path .gitignore",
"prettier:check": "prettier --check '**/*.{ts,tsx,json,md,hbs}' --ignore-path .gitignore",
"lint": "eslint . --ext .ts"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.33.0",
"prettier": "^2.8.3",
"tsup": "^6.5.0",
"typescript": "^4.9.5"
},
"files": [
"dist/"
],
"dependencies": {
"shomix-testing-core": "3.0.0",
"@spheron/encryption": "1.0.0",
"form-data": "^4.0.0",
"jwt-decode": "^3.1.2"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/spheronFdn/sdk.git"
}
}