.
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",
|
"name": "p-comuns",
|
||||||
"version": "0.247.2",
|
"version": "0.247.5",
|
||||||
"type": "module",
|
"description": "",
|
||||||
|
|
||||||
"main": "./dist-back/index.js",
|
"main": "./dist-back/index.js",
|
||||||
"module": "./dist-front/index.mjs",
|
"module": "./dist-front/index.mjs",
|
||||||
"types": "./dist-front/index.d.ts",
|
"types": "./dist-front/index.d.ts",
|
||||||
|
|
||||||
"sideEffects": false,
|
"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": {
|
"scripts": {
|
||||||
"biome": "pnpm exec biome check --write",
|
"biome": "pnpm exec biome check --write",
|
||||||
"check": "pnpm run biome && npx tsc --noEmit",
|
"check": "pnpm run biome && npx tsc --noEmit",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue