Files
2025-09-14 01:58:11 +08:00

20 lines
462 B
JSON

{
"name": "decrypt-phone-by-data",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.14.0",
"type": "module",
"devDependencies": {
"@types/node": "^24.3.3",
"crypto-js": "^4.2.0",
"dotenv": "^17.2.2"
}
}