.
This commit is contained in:
parent
8952d472c4
commit
988466ef96
1 changed files with 2 additions and 21 deletions
23
package.json
23
package.json
|
|
@ -1,31 +1,12 @@
|
|||
{
|
||||
|
||||
"name": "p-comuns",
|
||||
"version": "0.247.2",
|
||||
"type": "module",
|
||||
|
||||
"version": "0.247.5",
|
||||
"description": "",
|
||||
"main": "./dist-back/index.js",
|
||||
"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.js"
|
||||
},
|
||||
|
||||
"import": "./dist-front/index.mjs",
|
||||
"require": "./dist-back/index.js",
|
||||
"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