Files
Yae/native/package.json
HolographicHat e4e76286c9 native addon
2022-04-04 22:50:59 +08:00

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"
}
}