Remvoe changeset, @types/node, and other scripts, change packageNanager
This commit is contained in:
parent
4b49a22257
commit
141ebd9399
2 changed files with 14 additions and 213 deletions
14
package.json
14
package.json
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue