node-config/apps/tsconfig/package.json

31 lines
739 B
JSON

{
"name": "@bravo68web/tsconfig",
"version": "1.0.3",
"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/nodejs-config#readme",
"repository": "git+https://github.com/bravo68web/nodejs-config",
"bugs": {
"url": "https://github.com/bravo68web/nodejs-config/issues"
},
"files": [
"base.json",
"web.json"
],
"peerDependencies": {
"typescript": "5.x"
},
"devDependencies": {
"typescript": "5.1.3"
},
"keywords": [
"bravo68web",
"tsconfig",
"typescript"
],
"publishConfig": {
"access": "public"
}
}