btfs-soter
Version:
TypeScript/JavaScript API to interact with BTFS Soter through the web
35 lines (34 loc) • 698 B
JSON
{
"name": "btfs-soter",
"version": "1.0.5",
"description": "TypeScript/JavaScript API to interact with BTFS Soter through the web",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"axios": "^0.19.0"
},
"files": [
"dist/"
],
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"btfs",
"tron",
"btt",
"trx",
"soter",
"file-storage"
],
"repository": {
"type": "git",
"url": "https://github.com/robmarti/btfs-soter.git"
},
"bugs": {
"url": "https://github.com/robmarti/btfs-soter.git/issues"
},
"author": "robmarti",
"license": "MIT"
}