mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
15 lines
239 B
JSON
15 lines
239 B
JSON
{
|
|
"name": "@ragestudio/relic-server",
|
|
"version": "0.1.2",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"load.addon.js"
|
|
],
|
|
"license": "MIT"
|
|
}
|