emigrate/packages/tsconfig/package.json
2024-02-05 15:14:33 +01:00

20 lines
547 B
JSON

{
"name": "@emigrate/tsconfig",
"version": "1.0.2",
"publishConfig": {
"access": "public",
"provenance": true
},
"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"
}
}