50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "crypstie",
|
|
"version": "0.1.3",
|
|
"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/",
|
|
"scripts/build-skill-discovery.js",
|
|
"scripts/deploy",
|
|
"deploy/nginx/",
|
|
"docs/",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"scripts": {
|
|
"test": "node --test",
|
|
"build:discovery": "node scripts/build-skill-discovery.js",
|
|
"deploy": "scripts/deploy"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"unicrypto": "^1.14.1"
|
|
},
|
|
"keywords": [
|
|
"encryption",
|
|
"pastebin",
|
|
"cli",
|
|
"boss",
|
|
"unicrypto"
|
|
],
|
|
"license": "MIT"
|
|
}
|