Rename root package to controlplane
This commit is contained in:
parent
5dd79a34cb
commit
609673f2b8
2 changed files with 6 additions and 6 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "clawdie-cp",
|
||||
"version": "1.1.3",
|
||||
"name": "controlplane",
|
||||
"version": "0.0.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "clawdie-cp",
|
||||
"version": "1.1.3",
|
||||
"name": "controlplane",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"better-sqlite3": "^11.8.1",
|
||||
"cron-parser": "^5.5.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "clawdie-cp",
|
||||
"version": "1.1.3",
|
||||
"name": "controlplane",
|
||||
"version": "0.0.1",
|
||||
"description": "Personal AI assistant. Lightweight, secure, customizable.",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue