anticlone-sdk
Version:
SDK for generating app fingerprints and protecting against clone/fake apps
50 lines (49 loc) • 955 B
JSON
{
"name": "anticlone-sdk",
"version": "2.0.1",
"description": "SDK for generating app fingerprints and protecting against clone/fake apps",
"main": "index.js",
"bin": {
"anticlone": "./bin/cli.js"
},
"scripts": {
"test": "jest",
"lint": "eslint .",
"prepublishOnly": "npm test && npm run lint"
},
"keywords": [
"app-security",
"fingerprinting",
"clone-detection",
"mobile-apps",
"apk",
"ipa",
"sdk"
],
"author": "Gaurav Biraris",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/GauravBiraris/sentinel-api"
},
"dependencies": {
"adm-zip": "^0.5.10",
"form-data": "^4.0.0"
},
"devDependencies": {
"jest": "^29.0.0",
"eslint": "^9.0.0",
"@eslint/js": "^9.0.0",
"globals": "^15.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"index.js",
"bin/",
"lib/",
"README.md",
"LICENSE"
]
}