This repository has no description
Something went wrong. Try again.
361 B · 20 lines
JSON
at main
123456789101112131415161718192021{ "name": "@fluxer/instance_bootstrap", "version": "0.0.0", "private": true, "type": "module", "exports": { "./src/*": "./src/*", "./*": "./*" }, "scripts": { "typecheck": "tsgo --noEmit" }, "dependencies": { "@fluxer/limits": "workspace:*" }, "devDependencies": { "@types/node": "catalog:", "@typescript/native-preview": "catalog:" }}