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

28 lines
603 B
JSON

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