tutanota/packages/tutanota-error/package.json
jenkins build server 4a1de6b140 v315.251119.1
2025-11-19 16:35:34 +01:00

26 lines
498 B
JSON

{
"name": "@tutao/tutanota-error",
"version": "315.251119.1",
"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-error"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -b"
},
"type": "module",
"files": [
"dist/*",
"README.md",
"LICENSE.txt",
"tsconfig.json"
],
"devDependencies": {
"typescript": "5.8.3"
}
}