diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-04-18 18:48:20 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-04-18 18:48:20 +0300 |
| commit | 3014ce30b733d16cbf79f8e066a30db245e6c59d (patch) | |
| tree | e4a808d58aebbe4c7da31d9ae8a2ffc4b189ce7c /package.json | |
| parent | dd6adf7febf45aa72e9754f13059d40648114027 (diff) | |
Refactor to use Deno for everything.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index 5d58b7c..0000000 --- a/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "shapex", - "version": "1.0.10", - "description": "A scalable event-driven application framework.", - "main": "dist/shapex.js", - "type": "module", - "license": "MIT", - "keywords": [ - "reactive", - "events", - "pubsub", - "subscriptions" - ], - "bugs": { - "url": "https://github.com/askonomm/shapex/issues", - "email": "asko@nmm.ee" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/askonomm/shapex.git" - }, - "scripts": { - "bundle": "tsup src/shapex.ts", - "test": "vitest", - "coverage": "vitest run --coverage" - }, - "devDependencies": { - "@vitest/coverage-v8": "^3.1.1", - "@vitest/ui": "^3.1.1", - "tsup": "^8.3.5", - "typescript": "^5.7.3", - "vite": "^6.2.6", - "vitest": "^3.1.1" - }, - "dependencies": {} -} |
