Remvoe changeset, @types/node, and other scripts, change packageNanager

This commit is contained in:
Korbs 2025-02-20 18:02:35 -05:00
parent 4b49a22257
commit 141ebd9399
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
2 changed files with 14 additions and 213 deletions

View file

@ -3,31 +3,23 @@
"version": "0.0.0",
"private": true,
"workspaces": [
"examples/*",
"packages/*"
],
"scripts": {
"test": "cd test && bun dev",
"build": "rm -R .turbo && turbo run build && cp packages/web/dist/index.js test/public/zalvena.js",
"build-packages": "turbo run build --filter=./packages/*",
"ci:publish": "npm run build-packages && npx changeset publish",
"build": "turbo run build && cp packages/web/dist/index.js test/public/zalvena.js",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@types/node": "22.13.4",
"prettier": "3.5.1",
"tsup": "8.3.6",
"turbo": "2.4.2",
"@changesets/cli": "^2.28.0",
"typescript": "^5.7.3"
"@types/bun": "^1.2.2"
},
"prettier": {
"singleQuote": true,
"tabWidth": 2,
"printWidth": 120
},
"packageManager": "npm@10.9.2",
"dependencies": {
"@types/bun": "^1.2.2"
}
"packageManager": "bun@1.2.2"
}