mirror of
https://github.com/tutao/tutanota.git
synced 2025-12-07 13:49:47 +00:00
28 lines
603 B
JSON
28 lines
603 B
JSON
{
|
|
"name": "@tutao/tutanota-utils",
|
|
"version": "315.251204.0",
|
|
"license": "GPL-3.0",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tutao/tutanota.git",
|
|
"directory": "packages/tutanota-utils"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "npm run build",
|
|
"test": "tsc -b --verbose test && cd build/test && node 'Suite.js'",
|
|
"build": "tsc -b"
|
|
},
|
|
"type": "module",
|
|
"files": [
|
|
"dist/*",
|
|
"README.md",
|
|
"LICENSE.txt",
|
|
"tsconfig.json"
|
|
],
|
|
"devDependencies": {
|
|
"typescript": "5.8.3",
|
|
"@tutao/otest": "315.251204.0"
|
|
}
|
|
}
|