crypstie3-node/package.json

45 lines
933 B
JSON

{
"name": "crypstie",
"version": "0.1.1",
"description": "Create and open end-to-end encrypted Crypstie links from Node.js and the command line",
"author": "sergeych",
"repository": {
"type": "git",
"url": "git+ssh://git@gitea.sergeych.net:2291/SergeychWorks/crypstie3-node.git"
},
"homepage": "https://gitea.sergeych.net/SergeychWorks/crypstie3-node",
"bugs": {
"url": "https://gitea.sergeych.net/SergeychWorks/crypstie3-node/issues"
},
"type": "commonjs",
"main": "src/index.js",
"exports": "./src/index.js",
"bin": {
"crypstie": "src/cli.js"
},
"files": [
"src/",
"skills/",
"docs/",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node --test"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"unicrypto": "^1.14.1"
},
"keywords": [
"encryption",
"pastebin",
"cli",
"boss",
"unicrypto"
],
"license": "MIT"
}