mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-10 11:04:16 +00:00
20 lines
340 B
JSON
20 lines
340 B
JSON
{
|
|
"name": "@corenode/cloudlink-addon",
|
|
"version": "",
|
|
"main": "dist/in0.5.3dex.js",
|
|
"types": "dist/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"addon.js",
|
|
".corenode.json",
|
|
"load.addon.js"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ragestudio/cloudlink": "0.5.3"
|
|
}
|
|
}
|