This repository was archived by the owner on Oct 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3333 "main" : " ./lib/opencv4nodejs.js" ,
3434 "typings" : " ./lib/index.d.ts" ,
3535 "scripts" : {
36- "install" : " prebuild-install || (node ./install/install_dependencies.js && node ./install/install.js)" ,
37- "configure" : " node-gyp configure" ,
38- "build" : " node ./install/install_dependencies.js && node ./install/install.js" ,
39- "rebuild" : " node ./install/install_dependencies.js && node-gyp rebuild --jobs max" ,
36+ "install" : " prebuild-install || (node ./install/dependencies.js && node ./install/install.js)" ,
4037 "clean" : " node-gyp clean" ,
41- "prebuild" : " node ./install/install_dependencies.js && prebuild" ,
42- "build-debug" : " BINDINGS_DEBUG=true node ./install/install_dependencies.js && node ./install/install.js"
38+ "configure" : " node-gyp configure" ,
39+ "build" : " node ./install/dependencies.js && node-gyp build --jobs max" ,
40+ "build-debug" : " BINDINGS_DEBUG=true npm run build" ,
41+ "rebuild" : " node ./install/dependencies.js && node-gyp rebuild --jobs max" ,
42+ "prebuild" : " node ./install/dependencies.js && node ./install/prebuild.js"
4343 },
4444 "gypfile" : true ,
4545 "dependencies" : {
You can’t perform that action at this time.
0 commit comments