mirror of
https://github.com/tauri-apps/rustdocusaurus.git
synced 2026-02-04 02:31:18 +01:00
14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"name": "rustdocusaurus-action",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"run-source": "node index.js",
|
|
"build": "ncc build index.js -o dist"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.4",
|
|
"@zeit/ncc": "^0.22.3"
|
|
}
|
|
}
|