mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "tauri-build",
|
|
"version": "1.5.9",
|
|
"description": "TypeScript template action",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write '**/*.ts'",
|
|
"format-check": "prettier --check '**/*.ts'",
|
|
"lint": "eslint src/**/*.ts",
|
|
"package": "ncc build --source-map --license licenses.txt",
|
|
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JonasKruckenberg/tauri-build.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"node",
|
|
"setup"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@tauri-apps/cli": "1.5.10",
|
|
"@tauri-apps/cli-darwin-x64": "1.5.10",
|
|
"@tauri-apps/cli-linux-x64-gnu": "1.5.10",
|
|
"@tauri-apps/cli-win32-x64-msvc": "1.5.10",
|
|
"string-argv": "^0.3.2",
|
|
"tiny-glob": "^0.2.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.11.3",
|
|
"@typescript-eslint/parser": "6.7.0",
|
|
"@vercel/ncc": "0.38.1",
|
|
"eslint": "8.49.0",
|
|
"eslint-plugin-github": "4.10.1",
|
|
"js-yaml": "4.1.0",
|
|
"prettier": "3.0.3",
|
|
"typescript": "5.3.3"
|
|
}
|
|
}
|