ajustes de pacotes
This commit is contained in:
parent
4b9e2a537d
commit
21ee49d1db
1 changed files with 4 additions and 2 deletions
|
|
@ -1,14 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "p-comuns",
|
"name": "p-comuns",
|
||||||
"version": "0.123.0",
|
"version": "0.124.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/index.ts",
|
"main": "./src/index.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
"types": "./src/index.ts",
|
||||||
"import": "./dist-import/index.js",
|
"import": "./dist-import/index.js",
|
||||||
"require": "./dist-require/index.js"
|
"require": "./dist-require/index.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"types": "./src/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"biome": "npx @biomejs/biome check --write ./src",
|
"biome": "npx @biomejs/biome check --write ./src",
|
||||||
"build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json",
|
"build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue