mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 12:03:39 +00:00
14 lines
294 B
JSON
14 lines
294 B
JSON
{
|
|
"name": "scriptx-node-addon",
|
|
"version": "0.1.0",
|
|
"description": "Demo for using ScriptX to create node.js addon.",
|
|
"main": "hello.js",
|
|
"private": true,
|
|
"dependencies": {
|
|
},
|
|
"scripts": {
|
|
"install": "cmake-js compile",
|
|
"test": "cmake-js compile && node hello.js"
|
|
}
|
|
}
|