mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
22 lines
407 B
JSON
22 lines
407 B
JSON
{
|
|
"name": "cli-generator",
|
|
"version": "1.0.0",
|
|
"private": "true",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsm ./build.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tauri-apps/cli": "2.8.4",
|
|
"@types/node": "^22.0.0",
|
|
"github-slugger": "^2.0.0",
|
|
"tsm": "^2.3.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|