mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 07:53:47 +00:00
30 lines
599 B
JSON
30 lines
599 B
JSON
{
|
|
"name": "@tutao/tutanota-test-utils",
|
|
"version": "310.251016.0",
|
|
"license": "GPL-3.0",
|
|
"main": "./dist/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tutao/tutanota.git",
|
|
"directory": "packages/tutanota-test-utils"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "npm run build",
|
|
"build": "tsc -b",
|
|
"test": "echo 'No tests for module'"
|
|
},
|
|
"type": "module",
|
|
"files": [
|
|
"dist/*",
|
|
"README.md",
|
|
"LICENSE.txt",
|
|
"tsconfig.json"
|
|
],
|
|
"dependencies": {
|
|
"@tutao/otest": "310.251016.0",
|
|
"testdouble": "3.20.2"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "5.8.3"
|
|
}
|
|
}
|