release: WRNexusJS 0.2.75

This commit is contained in:
2026-07-21 12:30:46 +05:30
parent 2ca2d02b22
commit 69b6cd431f
100 changed files with 2313 additions and 116 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "@wrnexus/dev-toolbar",
"version": "0.2.75",
"private": true,
"type": "module",
"sideEffects": false,
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./client": "./src/client/index.ts",
"./server": "./src/server/index.ts",
"./types": "./src/types.ts",
"./rules": "./src/rules/index.ts"
},
"scripts": {
"test": "bun test",
"typecheck": "tsc --noEmit",
"check": "bun run typecheck && bun run test"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.9.2"
}
}