tsconfig-utils
Version:
A collection of utilities for working with `tsconfig.json` files
35 lines • 784 B
JSON
{
"name": "tsconfig-utils",
"description": "A collection of utilities for working with `tsconfig.json` files",
"version": "4.1.1",
"type": "module",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/shigma/tsconfig-utils.git"
},
"bugs": {
"url": "https://github.com/shigma/tsconfig-utils/issues"
},
"homepage": "https://github.com/shigma/tsconfig-utils",
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
"scripts": {
"build": "tsc -b"
},
"peerDependencies": {
"typescript": "*"
},
"devDependencies": {
"@types/node": "^22.7.5",
"typescript": "^5.6.2"
},
"dependencies": {
"json5": "^2.2.3"
}
}