{
  "name": "simport",
  "version": "1.2.0",
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
  "description": "import like require but async",
  "homepage": "http://github.com/coderaiser/simport",
  "main": "simport.js",
  "exports": {
    ".": {
      "node": {
        "require": "./simport.js",
        "import": "./simport.mjs"
      },
      "default": "./simiport.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/coderaiser/simport.git"
  },
  "keywords": [
    "dynamic",
    "import",
    "require",
    "commonjs",
    "esm"
  ],
  "scripts": {
    "test": "madrun test",
    "coverage": "madrun coverage",
    "lint": "madrun lint",
    "fix:lint": "madrun fix:lint",
    "report": "madrun report",
    "watcher": "madrun watcher",
    "watch:test": "madrun watch:test",
    "watch:lint": "madrun watch:lint",
    "watch:tape": "madrun watch:tape",
    "watch:coverage:base": "madrun watch:coverage:base",
    "watch:coverage:tape": "madrun watch:coverage:tape",
    "watch:coverage": "madrun watch:coverage"
  },
  "dependencies": {
    "readjson": "^2.2.0",
    "try-to-catch": "^3.0.0"
  },
  "license": "MIT",
  "devDependencies": {
    "@cloudcmd/stub": "^3.3.0",
    "c8": "^7.3.5",
    "coveralls": "^3.0.2",
    "eslint": "^7.0.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-putout": "^7.4.0",
    "madrun": "^8.2.0",
    "nodemon": "^2.0.2",
    "putout": "^16.7.0",
    "supertape": "^5.1.0"
  },
  "engines": {
    "node": ">=12.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
