mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
* Update api/node/README.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
12 lines
No EOL
209 B
JSON
12 lines
No EOL
209 B
JSON
{
|
|
"name": "memory",
|
|
"version": "1.3.0",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"slint-ui": "../../api/node"
|
|
},
|
|
"scripts": {
|
|
"start": "node ."
|
|
}
|
|
} |