Files
archived-tauri-docs/packages/compatibility-table/package.json
2024-09-29 19:09:56 -06:00

21 lines
380 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": "^20.11.20",
"tsm": "^2.3.0",
"typescript": "^5.3.3"
}
}