BangleApps/typescript/package.json

14 lines
327 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",
"author": "Sebastian Di Luzio <sebastian@diluz.io> (https://diluz.io)",
"version": "0.0.1",
"devDependencies": {
"typescript": "4.5.2"
},
"scripts": {
"build": "tsc",
2021-12-10 19:52:17 +00:00
"build:types": "tsc ./types/globals.d.ts"
}
}