mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-03-15 16:43:17 +08:00
17 lines
459 B
JSON
17 lines
459 B
JSON
{
|
|
"name": "genshin-export-native",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "node-gyp rebuild && copy .\\build\\Release\\native.node ..\\genshin-export\\generated",
|
|
"build-for-win7": "node-gyp rebuild --target=v14.17.0 && copy .\\build\\Release\\native.node ..\\genshin-export\\generated"
|
|
},
|
|
"gypfile": true,
|
|
"devDependencies": {
|
|
"node-gyp": "^9.0.0"
|
|
},
|
|
"dependencies": {
|
|
"node-addon-api": "^4.3.0"
|
|
}
|
|
}
|