Files
talk-pro/node_modules/get-tsconfig/package.json
2026-05-12 16:16:03 +08:00

44 lines
964 B
JSON

{
"name": "get-tsconfig",
"version": "5.0.0-beta.4",
"description": "Find and parse the tsconfig.json file from a directory path",
"keywords": [
"get-tsconfig",
"get",
"typescript",
"tsconfig",
"tsconfig.json"
],
"license": "MIT",
"repository": "privatenumber/get-tsconfig",
"funding": "https://github.com/privatenumber/get-tsconfig?sponsor=1",
"author": {
"name": "Hiroki Osame",
"email": "hiroki.osame@gmail.com"
},
"files": [
"dist",
"skills"
],
"sideEffects": false,
"type": "module",
"main": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"exports": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"imports": {
"#get-tsconfig": {
"types": "./src/index.ts",
"development": "./src/index.ts",
"default": "./dist/index.mjs"
}
},
"engines": {
"node": ">=20.20.0"
},
"dependencies": {
"resolve-pkg-maps": "^1.0.0"
}
}