dll加载路径错误
This commit is contained in:
18
hardware_monitor_wrapper/package.json
Normal file
18
hardware_monitor_wrapper/package.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "hardwaremonitor",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"install": "node-gyp configure && node-gyp build"
|
||||
},
|
||||
"private": true,
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"gypfile": true,
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"node-addon-api": "^8.3.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user