Stability: 1 - Experimental

    • Type: {Object}
    1. // package.json
    2. {
    3. "imports": {
    4. "#dep": {
    5. "node": "dep-node-native",
    6. "default": "./dep-polyfill.js"
    7. }
    8. },
    9. "dependencies": {
    10. "dep-node-native": "^1.0.0"
    11. }
    12. }

    Entries in the imports field must be strings starting with #.

    Import maps permit mapping to external packages.

    This field defines [subpath imports][] for the current package.