mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-19 22:15:20 -04:00
3c59e6cf1d
* Disable GitHub package registry * Updated changelog * Re-enabled snapshot releases * Version bump to v4.0.1
41 lines
1006 B
JSON
41 lines
1006 B
JSON
{
|
|
"name": "@nut-tree/monorepo",
|
|
"version": "4.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "pnpm -r test",
|
|
"compile": "pnpm -r run compile",
|
|
"coverage": "pnpm -r run coverage",
|
|
"coverage:clean": "pnpm -r run coverage:clean",
|
|
"prepare": "husky install",
|
|
"publish:next": "pnpm -r run publish:next",
|
|
"publish:release": "pnpm -r run publish:release",
|
|
"typedoc-all": "pnpm -r run typedoc",
|
|
"typedoc": "pnpm run typedoc-all && typedoc"
|
|
},
|
|
"packageManager": "pnpm@8.15.2",
|
|
"workspaces": [
|
|
"core/*",
|
|
"providers/*",
|
|
"examples/*",
|
|
"e2e/*"
|
|
],
|
|
"devDependencies": {
|
|
"@types/jest": "29.5.12",
|
|
"@types/node": "20.11.17",
|
|
"husky": "9.0.10",
|
|
"jest": "29.7.0",
|
|
"lint-staged": "15.2.2",
|
|
"prettier": "3.2.5",
|
|
"rimraf": "5.0.5",
|
|
"sneer": "1.0.1",
|
|
"ts-jest": "29.1.2",
|
|
"ts-node": "10.9.2",
|
|
"typedoc": "0.25.8",
|
|
"typescript": "5.3.3"
|
|
},
|
|
"lint-staged": {
|
|
"**/*": "prettier --write --ignore-unknown"
|
|
}
|
|
}
|