{
  "name": "ns-require",
  "description": "Require with Namespace",
  "version": "1.1.4",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shigma/ns-require.git"
  },
  "bugs": {
    "url": "https://github.com/shigma/ns-require/issues"
  },
  "homepage": "https://github.com/shigma/ns-require",
  "author": "Shigma <shigma10826@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build": "tsc -b",
    "test": "mocha -r esbuild-register tests/*.spec.ts",
    "test:text": "rimraf coverage && c8 -r text yarn test",
    "test:json": "rimraf coverage && c8 -r json yarn test",
    "test:html": "rimraf coverage && c8 -r html yarn test"
  },
  "devDependencies": {
    "@types/chai": "^4.3.1",
    "@types/mocha": "^9.1.1",
    "@types/node": "^17.0.35",
    "c8": "^7.11.3",
    "chai": "^4.3.6",
    "esbuild": "^0.14.39",
    "esbuild-register": "^3.3.2",
    "mocha": "^9.2.2",
    "rimraf": "^3.0.2",
    "typescript": "^4.7.2"
  }
}