@alexkratky/rpi-info
Version:
Detect Raspberry Pi model
39 lines (38 loc) • 870 B
JSON
{
"name": "@alexkratky/rpi-info",
"version": "1.0.5",
"description": "Detect Raspberry Pi model",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/AlexKratky/rpi-info.git"
},
"homepage": "https://github.com/AlexKratky/rpi-info",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint"
},
"keywords": [
"detect",
"model",
"raspberrypi",
"raspberry",
"pi",
"rpi"
],
"author": "AlexKratky",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.6.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"eslint": "^8.5.0",
"globals": "^15.8.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0"
}
}