banglejs-multi-timer/package.json

20 lines
476 B
JSON

{
"name": "multi-timer",
"version": "1.0.0",
"description": "A stop-watch with several modes, for the BangleJS",
"main": "app.js",
"repository": {
"url": "https://github.com/DevinLeamy/BangleJS-Multi-Timer"
},
"scripts": {
"build": "tsc ./src/app.ts"
},
"author": "Devin Leamy",
"license": "MIT",
"dependencies": {
"@types/espruino": "^1.94",
"espruino": "^0.1",
"typescript": "^4.2"
}
}