emigrate/packages/tsconfig/package.json
github-actions[bot] 72df2385a0
chore(release): version packages (#11)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-15 12:25:48 +01:00

19 lines
523 B
JSON

{
"name": "@emigrate/tsconfig",
"version": "1.0.1",
"publishConfig": {
"access": "public"
},
"files": [
"base.json",
"build.json"
],
"author": "Aboviq AB <dev@aboviq.com> (https://www.aboviq.com)",
"homepage": "https://github.com/aboviq/emigrate/tree/main/packages/tsconfig#readme",
"repository": "https://github.com/aboviq/emigrate/tree/main/packages/tsconfig",
"bugs": "https://github.com/aboviq/emigrate/issues",
"license": "MIT",
"volta": {
"extends": "../../package.json"
}
}