13 lines
208 B
JSON
13 lines
208 B
JSON
{
|
|
"name": "@wrnexus/plugin",
|
|
"version": "0.3.1",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/syntax": "workspace:*"
|
|
}
|
|
}
|