fix: update package name and URLs to reflect new ownership

This commit is contained in:
Lauren ten Hoor
2026-02-12 00:32:35 +08:00
parent e4b54646da
commit a4312c886a
3 changed files with 14 additions and 9 deletions

View File

@@ -1,14 +1,18 @@
{
"name": "@openclaw/devclaw",
"name": "@laurentenhoor/devclaw",
"version": "0.1.0",
"description": "Multi-project dev/qa pipeline orchestration for OpenClaw",
"type": "module",
"license": "MIT",
"author": "laurentenhoor",
"author": "Lauren ten Hoor <laurentenhoor@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/laurentenhoor/devclaw.git"
},
"bugs": {
"url": "https://github.com/laurentenhoor/devclaw/issues"
},
"homepage": "https://github.com/laurentenhoor/devclaw#readme",
"keywords": [
"openclaw",
"openclaw-plugin",
@@ -27,6 +31,7 @@
]
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/",
"roles/",