mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-09 16:08:14 +08:00
16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"name": "genshin-export-native",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "node-gyp rebuild && copy .\\build\\Release\\native.node ..\\genshin-export\\"
|
|
},
|
|
"gypfile": true,
|
|
"devDependencies": {
|
|
"node-gyp": "^9.0.0"
|
|
},
|
|
"dependencies": {
|
|
"node-addon-api": "^4.3.0"
|
|
}
|
|
}
|