Files
Sing-box/package.json
T
2023-09-30 20:40:34 +08:00

17 lines
312 B
JSON

{
"name": "okka-hello-world",
"version": "1.0.0",
"description": "okka-nodejs",
"main": "app.js",
"author": "okka",
"license": "MIT",
"private": false,
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=14"
}
}