20 lines
532 B
JSON
20 lines
532 B
JSON
{
|
|
"name": "crypto-server",
|
|
"description": "Various crypto utils that only work on the server side",
|
|
"version": "1.0.0",
|
|
"author": "Pascal Perrenoud <pascal@pband.ch>",
|
|
|
|
"dependencies": {
|
|
"log": "git+https://git.pband.ch/typescript/log.git",
|
|
"misc": "git+https://git.pband.ch/typescript/misc.git"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.6",
|
|
"logger-console": "git+https://git.pband.ch/typescript/logger-console.git"
|
|
},
|
|
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"files": ["index.ts", "src"]
|
|
}
|