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

{
"name": "z3r0haxx",
"version": "1.0.0",
"scripts": {
"clean": "rm -rf bin/*",
"build": "npm run clean && tsc --project tsconfig.json",
"start": "ts-node src/main.ts"
},
"dependencies": {
"i2c-bus": "^5.2.2",
"oled-font-5x7": "^1.0.3",
"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"
}
}