mirror of
https://github.com/tauri-apps/realworld.git
synced 2026-02-04 10:41:22 +01:00
13 lines
251 B
JSON
13 lines
251 B
JSON
{
|
|
"name": "taurealworld",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "Laegel <valentin.chouaf@laposte.net>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.1",
|
|
"deepmerge": "^4.2.2",
|
|
"js-yaml": "^3.13.1"
|
|
}
|
|
}
|