15 lines
344 B (Stored with Git LFS)
JSON
15 lines
344 B (Stored with Git LFS)
JSON
{
|
|
"name": "nodeplugin",
|
|
"version": "1.0.0",
|
|
"author": "mirabox",
|
|
"main": "index.js",
|
|
"description": "以子进程的方式运行nodejs代码",
|
|
"scripts": {
|
|
"build": "ncc build index.js -m -o ./build && node autofile.js"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ws": "^8.14.2",
|
|
"log4js": "^6.9.1"
|
|
}
|
|
} |