tutanota/packages/tutanota-usagetests/package.json
jenkins build server c5ee61ee78 v315.251204.0
2025-12-04 14:37:55 +01:00

31 lines
665 B
JSON

{
"name": "@tutao/tutanota-usagetests",
"version": "315.251204.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": "315.251204.0"
}
}