UNPKG

@net-vert/core

Version:

Dependency Inversion Network Library with Type-Safe Injection.

40 lines (39 loc) 822 B
{ "name": "@net-vert/core", "version": "0.3.6", "description": "Dependency Inversion Network Library with Type-Safe Injection.", "main": "dist/index", "type": "module", "types": "dist/index.d.ts", "scripts": { "test": "vitest", "build": "run-p type-check build-only", "build-only": "vite build", "type-check": "tsc --noEmit" }, "devDependencies": { "typescript": "^5.7.2" }, "files": [ "dist" ], "sideEffects": false, "keywords": [ "dependency-injection", "di", "network-library", "adapter-pattern", "extensible", "http-client", "lightweight" ], "author": "yuzinan <1589937631@qq.com>", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "id-queue": "^1.0.10", "localforage": "^1.10.0" } }