mirror of
https://github.com/LukeHagar/ui-development-kit.git
synced 2025-12-06 04:21:49 +00:00
10 lines
148 B
JSON
10 lines
148 B
JSON
{
|
|
"name": "built-app",
|
|
"version": "0.0.2",
|
|
"scripts": {
|
|
"patch": "npm version patch",
|
|
"start": "node ./src"
|
|
},
|
|
"type": "module"
|
|
}
|