BangleApps/typescript/package.json

15 lines
442 B
JSON

{
"name": "Bangle.ts",
"description": "Bangle.js Typescript Project Setup and Types",
"author": "Sebastian Di Luzio <sebastian@diluz.io> (https://diluz.io)",
"version": "0.0.1",
"devDependencies": {
"@types/node": "16.11.12",
"typescript": "4.5.2"
},
"scripts": {
"build:example": "tsc ../apps/widChargingStatus/widget.ts --outDir ../apps/widChargingStatus/dist",
"build:types": "tsc ./types/globals.d.ts"
}
}