mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
29 lines
577 B
JSON
29 lines
577 B
JSON
{
|
|
"name": "gitnexus-shared",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Shared type definitions for GitNexus CLI and web",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./test-helpers": {
|
|
"types": "./dist/test-helpers.d.ts",
|
|
"default": "./dist/test-helpers.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"devDependencies": {
|
|
"typescript": "^7.0.2"
|
|
}
|
|
}
|