removido bun
This commit is contained in:
parent
431364ade4
commit
68e33cabc8
13 changed files with 1411 additions and 494 deletions
16
package.json
16
package.json
|
|
@ -1,20 +1,19 @@
|
|||
{
|
||||
"name": "p-respostas",
|
||||
"version": "0.43.0",
|
||||
"version": "0.46.0",
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
"main": "./src/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist-import/index.js",
|
||||
"require": "./dist-require/index.js"
|
||||
"types": "./src/index.ts",
|
||||
"import": "./dist-front/index.js",
|
||||
"require": "./dist-back/index.js"
|
||||
}
|
||||
},
|
||||
"types": "./src/index.ts",
|
||||
"scripts": {
|
||||
"preinstall": "bun pm cache rm",
|
||||
"biome": "npx @biomejs/biome check --write ./src",
|
||||
"build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json",
|
||||
"build-front": "rm -fr dist-import && tsc --project ./tsconfig-front.json",
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run biome && pnpm run build-back && pnpm run build-front",
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./node_modules/p-comuns/src/tsup/tsup.config.ts",
|
||||
"nodev": "check-node-version --node '>= 20'"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
@ -25,6 +24,7 @@
|
|||
"@biomejs/biome": "2.0.6",
|
||||
"@types/node": "^20.19.8",
|
||||
"check-node-version": "^4.2.1",
|
||||
"tsup": "^8.5.0",
|
||||
"typescript": "5.5.4"
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue