Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "quansync", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"packageManager": "pnpm@10.2.1", | ||
"description": "Create sync/async APIs with same, usable logic", | ||
"version": "0.0.1", | ||
"description": "Create sync/async APIs with usable logic", | ||
"author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
@@ -16,3 +15,7 @@ "license": "MIT", | ||
"bugs": "https://github.com/antfu/quansync/issues", | ||
"keywords": [], | ||
"keywords": [ | ||
"async", | ||
"sync", | ||
"generator" | ||
], | ||
"sideEffects": false, | ||
@@ -28,13 +31,2 @@ "exports": { | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "unbuild --stub", | ||
"lint": "eslint .", | ||
"prepublishOnly": "nr build", | ||
"release": "bumpp && pnpm publish", | ||
"start": "tsx src/index.ts", | ||
"test": "vitest", | ||
"typecheck": "tsc --noEmit", | ||
"prepare": "simple-git-hooks" | ||
}, | ||
"devDependencies": { | ||
@@ -61,3 +53,12 @@ "@antfu/eslint-config": "^4.1.1", | ||
"*": "eslint --fix" | ||
}, | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "unbuild --stub", | ||
"lint": "eslint .", | ||
"release": "bumpp && pnpm publish", | ||
"start": "tsx src/index.ts", | ||
"test": "vitest", | ||
"typecheck": "tsc --noEmit" | ||
} | ||
} | ||
} |
@@ -9,5 +9,5 @@ # quansync | ||
Create sync/async APIs with same, usable logic. | ||
Create sync/async APIs with usable logic. | ||
**Quan**tum + **Sync** - A "superposition" between `sync` and `async`. | ||
**Quan**tum + **Sync** - "_Superposition_" between `sync` and `async`. | ||
@@ -14,0 +14,0 @@ - Typesafe |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7854