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

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"
}
}