mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
feat: generator updates
This commit is contained in:
@@ -25,20 +25,6 @@
|
||||
],
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts"
|
||||
},
|
||||
"./schema.json": {
|
||||
"import": "./lib/schema.json",
|
||||
"types": "./lib/schema.json.d.ts"
|
||||
},
|
||||
"./elasticsearch.json": {
|
||||
"import": "./lib/elasticsearch.json",
|
||||
"types": "./lib/elasticsearch.json.d.ts"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"test/resources",
|
||||
@@ -84,7 +70,7 @@
|
||||
"source-map-support": "0.5.21",
|
||||
"surge": "0.23.1",
|
||||
"ts-node": "10.9.1",
|
||||
"tsup": "6.7.0",
|
||||
"tsup": "7.2.0",
|
||||
"typedoc": "0.24.8",
|
||||
"typescript": "5.1.6"
|
||||
},
|
||||
@@ -122,5 +108,19 @@
|
||||
"eslintIgnore": [
|
||||
"resources",
|
||||
"openapi"
|
||||
]
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts"
|
||||
},
|
||||
"./schema.json": {
|
||||
"import": "./lib/schema.json",
|
||||
"types": "./lib/schema.json.d.ts"
|
||||
},
|
||||
"./elasticsearch.json": {
|
||||
"import": "./lib/elasticsearch.json",
|
||||
"types": "./lib/elasticsearch.json.d.ts"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user