{ "name": "tribufu", "version": "0.0.1", "description": "TribuFu SDK", "repository": "https://github.com/TribuFu/SDK.js", "author": "TribuFu ", "license": "Apache-2.0", "main": "./Build/Index.js", "types": "./Build/Index.d.ts", "scripts": { "build": "tsc -p .", "prepare": "npm run build" }, "dependencies": {}, "devDependencies": { "typescript": "^4.0.3" } }