15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"name": "@wrnexus/playground",
|
|
"version": "0.8.8",
|
|
"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:*"
|
|
}
|
|
}
|