37 lines
642 B
JSON
37 lines
642 B
JSON
{
|
|
"name": "crypstie",
|
|
"version": "0.1.0",
|
|
"description": "Create and open end-to-end encrypted Crypstie links from Node.js and the command line",
|
|
"author": "sergeych",
|
|
"type": "commonjs",
|
|
"main": "src/index.js",
|
|
"exports": "./src/index.js",
|
|
"bin": {
|
|
"crypstie": "./src/cli.js"
|
|
},
|
|
"files": [
|
|
"src/",
|
|
"skill/",
|
|
"docs/",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"scripts": {
|
|
"test": "node --test"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"unicrypto": "^1.14.1"
|
|
},
|
|
"keywords": [
|
|
"encryption",
|
|
"pastebin",
|
|
"cli",
|
|
"boss",
|
|
"unicrypto"
|
|
],
|
|
"license": "MIT"
|
|
}
|