.
This commit is contained in:
parent
743539b7b6
commit
5f32d43559
1 changed files with 26 additions and 19 deletions
11
package.json
11
package.json
|
|
@ -1,24 +1,31 @@
|
|||
{
|
||||
|
||||
"name": "p-comuns",
|
||||
"version": "0.248.1",
|
||||
"description": "",
|
||||
"version": "0.247.2",
|
||||
"type": "module",
|
||||
|
||||
"main": "./dist-back/index.cjs",
|
||||
"module": "./dist-front/index.mjs",
|
||||
"types": "./dist-front/index.d.ts",
|
||||
|
||||
"sideEffects": false,
|
||||
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist-front/index.d.ts",
|
||||
|
||||
"node": {
|
||||
"import": "./dist-back/index.mjs",
|
||||
"require": "./dist-back/index.cjs"
|
||||
},
|
||||
|
||||
"import": "./dist-front/index.mjs",
|
||||
"require": "./dist-back/index.cjs",
|
||||
"default": "./dist-front/index.mjs"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
|
||||
"scripts": {
|
||||
"biome": "pnpm exec biome check --write",
|
||||
"check": "pnpm run biome && npx tsc --noEmit",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue