Files
crypto-server/package.json
T
pascal a52d884b14
ci/woodpecker/push/test Pipeline failed
logging
Closes #4
2024-05-15 13:17:43 +02:00

27 lines
539 B
JSON

{
"name": "crypto-server",
"description": "Various crypto utils that only works on the server side",
"version": "1.0.0",
"author": "Pascal Perrenoud <pascal@pband.ch>",
"module": "index.ts",
"type": "module",
"files": ["index.ts"],
"scripts": {
"test": "bun test"
},
"dependencies": {
"log": "git+git@git.pband.ch:typescript/log",
"result": "git+git@git.pband.ch:typescript/result.git"
},
"devDependencies": {
"@types/bun": "^1.1.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}