Files
crypto-server/package.json
T
pascal ea476a0ea0
ci/woodpecker/push/test Pipeline failed
Clean package.json
2024-05-15 10:36:26 +02:00

26 lines
489 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": {
"result": "git+git@git.pband.ch:typescript/result.git"
},
"devDependencies": {
"@types/bun": "^1.1.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}