summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-04-14 00:34:41 +0300
committerAsko Nõmm <asko@nmm.ee>2025-04-14 00:34:41 +0300
commit53c9dad18a612c97cacc3c0fe5eeb01e6ffcc026 (patch)
treeddbe9984799b340554ce30b126904f119be121c5 /package.json
parent517e45f01af67a22677ae99ca44593f8f0d52057 (diff)
Rename EventX to ShapeX
The project is renamed from EventX to ShapeX, updating all references in code, documentation and package metadata.
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 785e2e8..8e36f70 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{
- "name": "@askonmm/eventx",
+ "name": "shapex",
"version": "1.0.3",
"description": "A scalable event-driven application framework.",
- "main": "dist/eventx.cjs",
- "module": "dist/eventx.js",
+ "main": "dist/shapex.cjs",
+ "module": "dist/shapex.js",
"type": "module",
"license": "MIT",
"keywords": [
@@ -13,15 +13,15 @@
"subscriptions"
],
"bugs": {
- "url": "https://github.com/askonomm/eventx/issues",
+ "url": "https://github.com/askonomm/shapex/issues",
"email": "asko@nmm.ee"
},
"repository": {
"type": "git",
- "url": "git+https://github.com/askonomm/eventx.git"
+ "url": "git+https://github.com/askonomm/shapex.git"
},
"scripts": {
- "bundle": "tsup src/eventx.ts",
+ "bundle": "tsup src/shapex.ts",
"test": "vitest",
"coverage": "vitest run --coverage"
},