BangleApps/typescript/package.json

16 lines
442 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",
2023-02-19 17:58:22 +00:00
"author": "Sebastian Di Luzio <sebastian@diluz.io> (https://diluz.io), qucchia <qucchia0@gmail.com> (https://github.com/qucchia) and Rob Pilling (https://github.com/bobrippling)",
2021-12-10 19:52:17 +00:00
"version": "0.0.1",
"devDependencies": {
2023-08-04 21:48:06 +00:00
"typescript": "^5.4.5"
2021-12-10 19:52:17 +00:00
},
"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
}
}