native addon

This commit is contained in:
HolographicHat
2022-04-04 17:08:47 +08:00
parent 945a94222a
commit be5a457639
9 changed files with 223 additions and 0 deletions

12
native/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"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"
}
}