node-config/apps/tsconfig/package.json

37 lines
942 B
JSON

{
"name": "@bravo68web/tsconfig",
"version": "1.2.4",
"description": "Typescript config for bravo68web, ensure the consistency of code quality.",
"license": "MIT",
"author": "Bravo68web <hi@b68.dev> (https://github.com/bravo68web/)",
"homepage": "https://github.com/BRAVO68WEB/node-config#readme",
"repository": {
"url": "https://github.com/BRAVO68WEB/node-config"
},
"bugs": {
"url": "https://github.com/BRAVO68WEB/node-config/issues"
},
"files": [
"base.json",
"bun.json",
"default.json",
"nobuild.json",
"non-strict.json",
"ready.json",
"web.json"
],
"peerDependencies": {
"typescript": "5.x"
},
"devDependencies": {
"typescript": "5.1.6"
},
"keywords": [
"bravo68web",
"tsconfig",
"typescript"
],
"publishConfig": {
"access": "public"
}
}