mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 07:53:47 +00:00
32 lines
675 B
JSON
32 lines
675 B
JSON
{
|
|
"name": "@tutao/node-mimimi",
|
|
"version": "310.251016.0",
|
|
"main": "./dist/binding.js",
|
|
"types": "./dist/binding.d.ts",
|
|
"napi": {
|
|
"binaryName": "node-mimimi",
|
|
"targets": [
|
|
"x86_64-pc-windows-msvc",
|
|
"x86_64-unknown-linux-gnu",
|
|
"universal-apple-darwin"
|
|
]
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@tutao/otest": "310.251016.0",
|
|
"@napi-rs/cli": "3.0.0-alpha.68",
|
|
"typescript": "5.8.3",
|
|
"zx": "8.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 20"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node make",
|
|
"prepublishOnly": "napi prepublish -t npm",
|
|
"test": "node make && cargo test",
|
|
"universal": "napi universal",
|
|
"version": "napi version"
|
|
}
|
|
}
|