Files
one-time-code-js-2/package.json

35 lines
844 B
JSON

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