mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-22 03:16:21 +00:00
chore: package exports
This commit is contained in:
parent
cfc30c1030
commit
89bf884eec
@ -5,9 +5,16 @@
|
|||||||
"author": "Supan Adit Pratama",
|
"author": "Supan Adit Pratama",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"directory": "packages",
|
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
"exports": {
|
||||||
|
".": {
|
||||||
|
"import": "./plugins/index.js",
|
||||||
|
"require": "./plugins/index.js",
|
||||||
|
"types": "./plugins/index.d.ts"
|
||||||
|
},
|
||||||
|
"./package.json": "./package.json"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "nest build",
|
"build": "nest build",
|
||||||
"build:lib:skeleton": "tsc -p libs/skeleton/tsconfig.lib.json",
|
"build:lib:skeleton": "tsc -p libs/skeleton/tsconfig.lib.json",
|
||||||
|
Loading…
Reference in New Issue
Block a user