Enchantrix/package.json
2022-01-23 18:51:44 +00:00

25 lines
690 B
JSON

{
"name": "enchantrix",
"version": "0.0.1",
"license": "EUPL-1.2",
"description": "The Little CryptoSuite that could.",
"homepage": "https://github.com/Snider/enchantrix/wiki",
"bugs": {
"url": "https://github.com/Snider/enchantrix/issues",
"email": "secops@lt.hn"
},
"author": "Snider <snider@lthn>",
"repository": {
"type": "git",
"url": "https://github.com/Snider/enchantrix"
},
"scripts": {
"dev": "deno run --watch --allow-net --allow-env --allow-run --allow-read --allow-write --unstable src/server.ts",
"lint": "deno lint src/",
"test": "deno test src/"
},
"dependencies": {
"openpgp": "^5.0.0",
"pem-ts": "^3.0.0"
}
}