Skip to content
77 changes: 50 additions & 27 deletions package.json

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pnpm add which@3.0.1 decided it needed to reformat the entire file

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which then made linting fail 🤦

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem. I can fix that

Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "cmake-ts",
"version": "1.0.2",
"version": "1.0.3",
"description": "cmake-js rewrite in typescript to support advanced build configurations",
"main": "build/lib.js",
"module": "build/lib.mjs",
"engines": {
"node": ">= 18"
},
"exports": {
".": {
"require": "./build/lib.js",
Expand Down Expand Up @@ -66,66 +69,86 @@
"test": "cross-env NODE_OPTIONS=--enable-source-maps pnpx vitest --watch false",
"coverage": "cross-env NODE_OPTIONS=--enable-source-maps pnpx vitest --coverage --watch false"
},
"files": ["build/**/*", "src/**/*", "./*.mts", "./tsconfig.json"],
"files": [
"build/**/*",
"src/**/*",
"./*.mts",
"./tsconfig.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/EmbeddedEnterprises/cmake-ts.git"
},
"keywords": ["cmake", "nan", "node", "native", "addon", "build", "cmake-js"],
"keywords": [
"cmake",
"nan",
"node",
"native",
"addon",
"build",
"cmake-js"
],
"author": "Amin Yahyaabadi <aminyahyaabadi74@gmail.com>",
"contributors": ["Amin Yahyaabadi <aminyahyaabadi74@gmail.com>", "Martin Koppehel <martin@mko.dev>"],
"contributors": [
"Amin Yahyaabadi <aminyahyaabadi74@gmail.com>",
"Martin Koppehel <martin@mko.dev>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/EmbeddedEnterprises/cmake-ts/issues"
},
"homepage": "https://github.com/EmbeddedEnterprises/cmake-ts#readme",
"devDependencies": {
"@babel/core": "7.26.10",
"@biomejs/biome": "1.9.4",
"@types/babel__core": "7.20.5",
"@types/escape-quotes": "1.0.0",
"@types/fs-extra": "11.0.4",
"@types/memoizee": "0.4.7",
"@types/node": "22.14.0",
"@types/resolve": "1.20.6",
"@types/semver": "7.7.0",
"@types/tar": "6.1.13",
"@types/url-join": "4.0.3",
"@types/which": "3.0.4",
"@types/escape-quotes": "1.0.0",
"@upleveled/babel-plugin-remove-node-prefix": "1.0.5",
"@types/memoizee": "0.4.7",
"turbo": "2.5.0",
"@vitest/coverage-v8": "3.1.1",
"@vitest/ui": "3.1.1",
"ci-info": "4.2.0",
"commander": "^13.1.0",
"cross-env": "7.0.3",
"escape-quotes": "^1.0.2",
"eslint": "^8",
"eslint-config-atomic": "1.22.1",
"npm-run-all2": "7.0.2",
"rollup-plugin-visualizer": "5.14.0",
"shx": "0.4.0",
"typescript": "5.8.3",
"vite": "6.2.7",
"vitest": "3.1.1",
"vite-plugin-babel": "1.3.0",
"@vitest/coverage-v8": "3.1.1",
"@vitest/ui": "3.1.1",
"@biomejs/biome": "1.9.4",
"prettier": "3.5.3",
"prettier-config-atomic": "4.0.0",
"execa": "9.5.2",
"ci-info": "4.2.0",
"fast-glob": "3.3.3",
"fs-extra": "^10",
"memoizee": "0.4.17",
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#c01f519bd995460228ed3dec4df51df92dc290fd",
"node-downloader-helper": "^2.1.9",
"npm-run-all2": "7.0.2",
"prettier": "3.5.3",
"prettier-config-atomic": "4.0.0",
"resolve": "^1.22.10",
"rollup-plugin-visualizer": "5.14.0",
"semver": "^7.7.1",
"shx": "0.4.0",
"tar": "^6",
"turbo": "2.5.0",
"typescript": "5.8.3",
"url-join": "^4.0.1",
"which": "^2",
"node-downloader-helper": "^2.1.9",
"escape-quotes": "^1.0.2",
"commander": "^13.1.0",
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#c01f519bd995460228ed3dec4df51df92dc290fd",
"memoizee": "0.4.17"
"vite": "6.2.7",
"vite-plugin-babel": "1.3.0",
"vitest": "3.1.1",
"which": "^3.0.1"
},
"packageManager": "pnpm@10.8.0",
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/package.json",
"pnpm": {
"onlyBuiltDependencies": ["@biomejs/biome", "core-js", "esbuild"]
"onlyBuiltDependencies": [
"@biomejs/biome",
"core-js",
"esbuild"
]
}
}
13 changes: 11 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading