Enchantrix/package.json
Snider fe331cc735
Reproducible salts from input without prior knowledge
const salt = new EnchantrixSaltQuasiEntropy('Snider').salty()
2022-01-23 14:24:05 +00:00

43 lines
1.3 KiB
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": "snider@lt.hn"
},
"author": "Snider <snider@lt.hn> (https://lt.hn)",
"main": "src/server.ts",
"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": "eslint 'src/**/*.{ts,html,scss}' --cache",
"test": "deno test src/ ",
"sdk:angular": "openapi-generator generate -i openapi.json -g typescript-angular -o build/api"
},
"dependencies": {
"ansi_up": "^5.1.0",
"ansi-to-html": "^0.7.2",
"ansicolor": "^1.1.95",
"axios": "^0.24.0",
"i": "^0.3.7",
"npm": "^8.1.2",
"openpgp": "^5.0.0",
"pem-ts": "^3.0.0",
"swagger-jsdoc": "^6.1.0"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.4.18",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1"
}
}