BangleApps/typescript/package.json

16 lines
395 B
JSON
Raw Normal View History

2021-12-10 19:52:17 +00:00
{
"name": "Bangle.ts",
"description": "Bangle.js Typescript Project Setup and Types",
2022-07-20 14:23:38 +00:00
"author": "Sebastian Di Luzio <sebastian@diluz.io> (https://diluz.io) and qucchia <qucchia0@gmail.com> (https://github.com/qucchia)",
2021-12-10 19:52:17 +00:00
"version": "0.0.1",
"devDependencies": {
"typescript": "4.5.2"
},
"scripts": {
2022-07-22 07:59:16 +00:00
"build": "tsc"
2022-07-20 13:07:21 +00:00
},
"dependencies": {
"node-fetch": "^3.2.10"
2021-12-10 19:52:17 +00:00
}
}