@frida/crypto
Version:
Node.js's crypto module for Frida
38 lines (37 loc) • 722 B
JSON
{
"name": "@frida/crypto",
"description": "Node.js's crypto module for Frida",
"version": "1.0.1",
"publishConfig": {
"access": "public"
},
"authors": [
"Frida Developers"
],
"keywords": [
"frida"
],
"main": "dist/index.js",
"files": [
"/dist/**/*.js",
"/dist/**/*.d.ts"
],
"type": "module",
"scripts": {
"prepare": "npm run build",
"build": "tsc"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/frida/gumjs-crypto.git"
},
"bugs": {
"url": "https://github.com/frida/gumjs-crypto/issues"
},
"devDependencies": {
"@types/frida-gum": "^18.4.3",
"@types/node": "^20.8.6",
"typescript": "^5.1.3"
}
}