mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 18:44:17 +00:00
9 lines
158 B
JSON
9 lines
158 B
JSON
{
|
|
"name": "example_server",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "corenode-node ./src/index.js"
|
|
}
|
|
} |