UNPKG

@jtff/slots-protector

Version:

protect all human slots with individual password and give a folder with all the passwords by coalitions

41 lines (40 loc) 1.1 kB
{ "name": "@jtff/slots-protector", "version": "1.0.4", "description": "protect all human slots with individual password and give a folder with all the passwords by coalitions", "files": [ "protect.js", "post-install.js" ], "scripts": { "start": "env NODE_ENV=production node protect.js", "protect": "node protect.js", "test": "node protect.js tests/test-slots.miz", "postinstall": "node ./post-install.js" }, "repository": { "type": "git", "url": "https://gitlab.dt-klanik.com/open-source/jtff/slots-protector.git" }, "bugs": { "url": "https://gitlab.dt-klanik.com/open-source/jtff/slots-protector/-/issues" }, "homepage": "https://gitlab.dt-klanik.com/open-source/jtff/slots-protector", "dependencies": { "@jtff/miztemplate-lib": "latest", "base64url": "^3.0.1", "blake2": "^5.0.0", "gently-copy": "^3.2.0", "path": "^0.12.7", "slugify": "^1.6.6" }, "main": "protect.js", "keywords": [ "DCS", "World", "JTFF", "DCSWorld" ], "author": "Sebastien LONGO", "license": "GPL-3.0-or-later" }