Files
one-time-code-js-2/package.json
2020-10-02 17:27:54 +02:00

29 lines
649 B
JSON

{
"name": "opentoken",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm bin/* -f && rm dist/* -Rf && tsc && pkg . --out-path bin --targets linux,macos,win"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/handlebars": "^4.1.0",
"@types/node": "^14.11.1",
"@types/nodemailer": "^6.4.0",
"crypto": "^1.0.1",
"handlebars": "^4.7.6",
"nodemailer": "^6.4.11"
},
"pkg": {
"scripts": "dist/**/*.js",
"targets": [
"node12"
],
"outputPath":"bin/"
},
"bin": "dist/index.js"
}