mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
18 lines
304 B
JSON
18 lines
304 B
JSON
{
|
|
"name": "releases-generator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsm ./build.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/semver": "^7.5.8",
|
|
"semver": "^7.6.0",
|
|
"tsm": "^2.3.0"
|
|
}
|
|
}
|