mirror of
https://github.com/schroinerxy/Sing-box.git
synced 2026-06-21 20:35:47 +08:00
16 lines
261 B
JSON
16 lines
261 B
JSON
{
|
|
"name": "nodejs-sb",
|
|
"version": "1.0.0",
|
|
"description": "node",
|
|
"main": "index.js",
|
|
"author": "eooce",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
}
|
|
|