FakeUKey/sidecar/package.json
2025-02-01 18:18:13 +08:00

22 lines
530 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev" : "bun src/main.js",
"build": "pkg src/main.js --targets node18-win-x64 --output PFakeUKey-x86_64-pc-windows-msvc.exe"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"kill-port-process": "^3.2.1",
"rimraf": "^5.0.10",
"sm-crypto": "^0.3.13"
}
}