{ "name": "Bangle.ts", "description": "Bangle.js Typescript Project Setup and Types", "author": "Sebastian Di Luzio (https://diluz.io), qucchia (https://github.com/qucchia) and Rob Pilling (https://github.com/bobrippling)", "version": "0.0.1", "devDependencies": { "typescript": "4.9.4" }, "scripts": { "build": "tsc" }, "dependencies": { "node-fetch": "^3.2.10" } }