Updates
This commit is contained in:
parent
c177c7a620
commit
7ad6743353
11
package.json
11
package.json
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user