You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This tool lets you quickly scan and save HaLo information across a large set of chips using an NFC enabled smartphone. The chip information can then be exported to a `.json` file.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "node ./esbuild.js --watch --minify",
"build": "node ./esbuild.js --minify",
"serve": "cd dist && http-server -p 3000 -c-1",
"test": "echo \"Error: no test specified\" && exit 1"