Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
498 B
JSON
24 lines
498 B
JSON
{
|
|
"name": "@cannorin/utils",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./headless": "./src/headless.ts",
|
|
"./array": "./src/array.ts",
|
|
"./vector": "./src/vector.ts",
|
|
"./multiset": "./src/multiset.ts",
|
|
"./bitset": "./src/bitset.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "biome check",
|
|
"fix": "biome check --fix",
|
|
"test": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "5.9.3",
|
|
"vitest": "4.0.18"
|
|
}
|
|
}
|