tutanota/packages/tutanota-crypto/package.json
jenkins build server 9753a3ae9c
v310.251016.0
2025-10-16 15:56:44 +02:00

37 lines
802 B
JSON

{
"name": "@tutao/tutanota-crypto",
"version": "310.251016.0",
"license": "GPL-3.0",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./error.js": "./dist/error.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tutao/tutanota.git",
"directory": "packages/tutanota-crypto"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "node make && tsc -b",
"test": "tsc -b test && cd build && node test/Suite.js"
},
"type": "module",
"files": [
"dist/*",
"README.md",
"LICENSE.txt",
"tsconfig.json"
],
"dependencies": {
"@tutao/tutanota-error": "310.251016.0",
"@tutao/tutanota-utils": "310.251016.0"
},
"devDependencies": {
"typescript": "5.8.3",
"@tutao/otest": "310.251016.0",
"fs-extra": "11.3.0",
"zx": "8.1.5"
}
}