Files
WRNexusJS/packages/playground/package.json
T
Clintchiz 816594a58b
Quality / quality (ubuntu-latest) (push) Failing after 22s
Quality / quality (windows-latest) (push) Canceled after 0s
release: prepare WRNexusJS 0.8.7
2026-08-10 01:23:12 +05:30

15 lines
326 B
JSON

{
"name": "@wrnexus/playground",
"version": "0.8.7",
"type": "module",
"description": "Secure, shareable WRNexus compiler and UI playground.",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@wrnexus/compiler": "workspace:*",
"@wrnexus/syntax": "workspace:*"
}
}