Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Jul 18, 2024
1 parent 6568597 commit 96e5695
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"build:bundle": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript && pnpm build:types",
"build:local": "node-gyp -j 20 build",
"build:local-debug": "node-gyp -j 20 build --debug",
"build:prebuild": "pnpm pnpm prebuild-ia32 && pnpm prebuild-x64",
"build:types": "pnpm build:types:temp && pnpm build:types:roll && pnpm build:types:check",
"build:types:temp": "tsc --declaration --emitDeclarationOnly --outDir temp --project tsconfig.build.json",
"build:types:roll": "rollup --config rollup.dts.config.ts --configPlugin typescript && rimraf temp",
Expand All @@ -29,7 +28,8 @@
"clean": "node-gyp clean",
"coverage": "vitest --pool=forks --coverage",
"install": "node -e \"process.exit(process.platform === 'win32' ? 0 : 1)\" && node-gyp-build",
"prepublishOnly": "pnpm build:bundle && pnpm build:prebuild",
"prepublishOnly": "pnpm build:bundle && pnpm prebuild",
"prebuild": "pnpm pnpm prebuild-ia32 && pnpm prebuild-x64",
"prebuild-arm": "prebuildify --napi --strip --platform=win32 --arch arm",
"prebuild-arm64": "prebuildify --napi --strip --platform=win32 --arch arm64",
"prebuild-ia32": "prebuildify --napi --strip --platform=win32 --arch ia32",
Expand All @@ -51,7 +51,7 @@
"@types/node": "20.14.11",
"@vitest/coverage-v8": "2.0.3",
"esbuild": "0.23.0",
"lefthook": "1.7.2",
"lefthook": "1.7.3",
"prebuildify": "6.0.1",
"rimraf": "6.0.1",
"rollup": "4.18.1",
Expand All @@ -61,6 +61,13 @@
"typescript": "5.5.3",
"vitest": "2.0.3"
},
"files": [
"dist",
"patches",
"prebuilds",
"src/*.{cpp,h}",
"binding.gyp"
],
"homepage": "https://github.com/tidev/winreglib",
"bugs": "https://github.com/tidev/winreglib/issues",
"repository": "https://github.com/tidev/winreglib",
Expand Down

0 comments on commit 96e5695

Please sign in to comment.