mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
21 lines
378 B
JSON
21 lines
378 B
JSON
{
|
|
"name": "compatibility-table",
|
|
"version": "1.0.0",
|
|
"private": "true",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsm ./build.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"@types/node": "^22.0.0",
|
|
"tsm": "^2.3.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|