26 lines
533 B
JSON
Executable File
26 lines
533 B
JSON
Executable File
{
|
|
"name": "atcheck",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "electron ."
|
|
},
|
|
"author": "Me",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"electron": "^7.1.2",
|
|
"electron-rebuild": "^1.8.8"
|
|
},
|
|
"dependencies": {
|
|
"asn1js": "^2.0.26",
|
|
"fs": "0.0.1-security",
|
|
"node-datetime": "^2.1.2",
|
|
"node-notifier": "^6.0.0",
|
|
"npm": "^6.13.1",
|
|
"pcsclite": "^1.0.0",
|
|
"smartcard": "^1.0.32"
|
|
}
|
|
}
|