This commit is contained in:
Benjamin Toby 2024-12-12 07:14:10 +01:00
parent c177c7a620
commit 7ad6743353

View File

@ -1,21 +1,12 @@
{
"name": "@moduletrace/datasquirel",
"version": "3.0.5",
"version": "3.0.6",
"description": "Cloud-based SQL data management tool",
"main": "index.js",
"bin": {
"dsql-watch": "./engine/dsql.js",
"dsql-dump": "./engine/dump.js"
},
"exports": {
".": "./index.js",
"./client": {
"default": "./client/index.js"
},
"./dsql-utils": {
"default": "./package-shared/utils/index.js"
}
},
"scripts": {
"delete-ts": "find . -name \"*.d.ts\" -type f -not -path \"./node_modules/*\" -delete",
"compile": "find . -name \"*.d.ts\" -type f -not -path \"./node_modules/*\" -delete && tsc --declaration --allowJs --emitDeclarationOnly --resolveJsonModule index.js",