@nodify_at/picamera.js
Version:
High-performance, low-CPU camera capture module using picamera for Raspberry Pi
77 lines (76 loc) • 1.86 kB
JSON
{
"name": "@nodify_at/picamera.js",
"version": "1.0.5",
"description": "High-performance, low-CPU camera capture module using picamera for Raspberry Pi",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"files": [
"lib/**/*",
"prebuilds/**/*",
"binding.gyp",
"README.md",
"LICENSE"
],
"scripts": {
"install": "node-gyp-build",
"build": "tsc -p tsconfig.prod.json",
"clean": "node-gyp clean && rm -rf prebuilds",
"configure": "node-gyp configure",
"prebuild": "prebuildify --napi --strip --tag-armv",
"prepublishOnly": "npm run clean && npm run build && npm run prebuild",
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"version:major": "npm version major"
},
"keywords": [
"camera",
"picamera",
"raspberry-pi",
"raspberry-pi-5",
"video",
"streaming",
"low-cpu",
"zero-copy",
"arm64",
"napi",
"addon"
],
"author": "Hasan Oezdemir <office@nodify.at>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodify-at/picamera.js.git"
},
"bugs": {
"url": "https://github.com/nodify-at/picamera.js/issues"
},
"homepage": "https://github.com/nodify-at/picamera.js",
"gypfile": true,
"cpu": [
"arm64"
],
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"node-addon-api": "^8.4.0",
"node-gyp-build": "^4.8.4"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/node": "^24.0.10",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.2",
"globals": "^16.0.0",
"node-gyp": "^11.2.0",
"prebuildify": "^6.0.1",
"prettier": "^3.6.2",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.0"
},
"publishConfig": {
"access": "public"
}
}