{
  "name": "node-import-ts",
  "version": "1.0.8",
  "description": "",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "rm -rf lib && npm run build"
  },
  "files": [
    "lib/index.js",
    "lib/compile.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chenshuai2144/node-require-ts.git"
  },
  "author": "chenshuai2144",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/chenshuai2144/node-require-ts/issues"
  },
  "homepage": "https://github.com/chenshuai2144/node-require-ts#readme",
  "dependencies": {
    "@types/node": "^12.20.55",
    "import-fresh": "^3.3.0",
    "typescript": "^5.3.3"
  }
}
