This repository has been archived on 2022-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
zeropod/package.json

21 lines
460 B
JSON
Raw Normal View History

2022-04-19 17:17:19 -05:00
{
2022-04-20 08:05:21 -05:00
"name": "z3r0haxx",
"version": "1.0.0",
2022-04-19 17:17:19 -05:00
"scripts": {
2022-04-19 17:31:08 -05:00
"clean": "rm -rf bin/*",
"build": "npm run clean && tsc --project tsconfig.json",
2022-04-19 21:02:08 -05:00
"start": "ts-node src/main.ts"
2022-04-19 17:17:19 -05:00
},
"dependencies": {
"i2c-bus": "^5.2.2",
2022-04-19 17:39:44 -05:00
"oled-font-5x7": "^1.0.3",
2022-04-19 17:17:19 -05:00
"oled-i2c-bus": "^1.0.12"
},
"devDependencies": {
"@types/i2c-bus": "^5.1.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"typescript-language-server": "^0.9.7"
}
}