This commit is contained in:
jusax23 2021-10-22 22:54:21 +02:00
parent 294f96e3ec
commit 50d63a86df

View file

@ -2,13 +2,13 @@
"name": "ilmk", "name": "ilmk",
"version": "1.0.0", "version": "1.0.0",
"description": "I Lost My Keys.\r Crypto Module for WebJS and NodeJS.", "description": "I Lost My Keys.\r Crypto Module for WebJS and NodeJS.",
"main": "config.js", "main": "crypto.js",
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"files": [ "files": [
"config.js" "crypto.js"
], ],
"repository": { "repository": {
"type": "git", "type": "git",