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

31 lines
665 B
JSON

{
"name": "@tutao/tutanota-usagetests",
"version": "310.251016.0",
"license": "GLP-3.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/tutao/tutanota.git",
"directory": "packages/tutanota-usagetests"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -b",
"test": "tsc -b test && node build/test/Suite.js"
},
"author": "now",
"type": "module",
"files": [
"dist/*",
"README.md",
"LICENSE.txt",
"tsconfig.json"
],
"devDependencies": {
"@types/node-forge": "1.0.0",
"typescript": "5.8.3",
"@tutao/otest": "310.251016.0"
}
}