mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 07:53:47 +00:00
31 lines
665 B
JSON
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"
|
|
}
|
|
}
|