mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
22 lines
432 B
JSON
22 lines
432 B
JSON
{
|
|
"name": "js-api-generator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsm ./build.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"private": "true",
|
|
"dependencies": {
|
|
"github-slugger": "^2.0.0",
|
|
"tsm": "^2.3.0",
|
|
"typedoc": "0.26.6",
|
|
"typedoc-plugin-markdown": "4.2.6",
|
|
"typedoc-plugin-mdn-links": "3.2.11",
|
|
"typescript": "5.5"
|
|
}
|
|
}
|