mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 07:53:47 +00:00
37 lines
802 B
JSON
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"
|
|
}
|
|
}
|