gcam-ports
Version:
A comprehensive npm package providing easy access to Google Camera (GCam) ports for various Android device brands
64 lines (63 loc) • 1.32 kB
JSON
{
"name": "gcam-ports",
"version": "1.1.1",
"description": "A comprehensive npm package providing easy access to Google Camera (GCam) ports for various Android device brands",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "node scripts/build.js",
"lint": "eslint src/",
"start": "node examples/basic-usage.js"
},
"keywords": [
"gcam",
"google-camera",
"android",
"camera-ports",
"apk",
"mobile-photography",
"samsung",
"oneplus",
"xiaomi",
"realme",
"vivo",
"oppo",
"motorola",
"nothing",
"infinix",
"tecno",
"asus",
"honor"
],
"author": {
"name": "GCam Ports Team",
"url": "https://gcam-ports.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gcam-ports/gcam-ports-npm"
},
"homepage": "https://gcam-ports.com",
"bugs": {
"url": "https://github.com/gcam-ports/gcam-ports-npm/issues"
},
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"axios": "^1.9.0",
"cheerio": "^1.0.0"
},
"devDependencies": {
"eslint": "^8.57.1",
"jest": "^29.7.0"
},
"files": [
"index.js",
"src/",
"data/",
"README.md",
"LICENSE"
]
}