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

16 lines
320 B
JSON
Raw Normal View History

2022-04-19 17:17:19 -05:00
{
"scripts": {
"start": "ts-node --project tsconfig.json src/index.ts"
},
"dependencies": {
"i2c-bus": "^5.2.2",
"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"
}
}