summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
},