mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 07:53:47 +00:00
29 lines
539 B
JSON
29 lines
539 B
JSON
{
|
|
"name": "@tutao/tuta-wasm-loader",
|
|
"version": "310.251016.0",
|
|
"license": "GPL-3.0",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"keywords": [
|
|
"rollup-plugin"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tutao/tutanota.git",
|
|
"directory": "packages/tuta-wasm-loader"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "npm run build",
|
|
"build": "tsc -b"
|
|
},
|
|
"type": "module",
|
|
"files": [
|
|
"dist/*",
|
|
"README.md",
|
|
"LICENSE.txt",
|
|
"tsconfig.json"
|
|
],
|
|
"devDependencies": {
|
|
"typescript": "5.8.3"
|
|
}
|
|
}
|