diff --git a/package.json b/package.json index 4fe923c..4ca0238 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,19 @@ "version": "4.8.3", "description": "Build tool and bindings loader for node-gyp that supports prebuilds", "main": "index.js", - "exports": { - ".": { - "bare": "./bare.js", - "default": "./index.js" + "imports": { + "fs": { + "bare": "builtin:fs", + "default": "fs" }, - "./package": "./package.json" + "path": { + "bare": "builtin:path", + "default": "path" + }, + "os": { + "bare": "builtin:os", + "default": "os" + } }, "devDependencies": { "array-shuffle": "^1.0.1",