mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-10 11:04:16 +00:00
20 lines
343 B
JSON
20 lines
343 B
JSON
{
|
|
"name": "@corenode/cloudlink-addon",
|
|
"version": "0.5.11",
|
|
"main": "dist/index.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.11"
|
|
}
|
|
}
|