2023-03-09 09:50:26 +01:00
|
|
|
{
|
|
|
|
"name": "@budibase/shared-core",
|
2023-05-29 10:54:10 +02:00
|
|
|
"version": "0.0.0",
|
2023-03-09 09:50:26 +01:00
|
|
|
"description": "Shared data utils",
|
2023-08-01 17:46:09 +02:00
|
|
|
"main": "src/index.ts",
|
|
|
|
"types": "src/index.ts",
|
2023-03-09 09:50:26 +01:00
|
|
|
"exports": {
|
|
|
|
".": {
|
2023-08-02 10:59:15 +02:00
|
|
|
"import": "./dist/index.js",
|
|
|
|
"require": "./src/index.ts"
|
2023-08-01 17:46:09 +02:00
|
|
|
}
|
2023-03-09 09:50:26 +01:00
|
|
|
},
|
|
|
|
"author": "Budibase",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"scripts": {
|
|
|
|
"prebuild": "rimraf dist/",
|
2023-08-08 17:45:02 +02:00
|
|
|
"build": "node ../../scripts/build.js && tsc -p tsconfig.build.json --emitDeclarationOnly",
|
2023-03-09 09:50:26 +01:00
|
|
|
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput",
|
2023-08-01 17:46:09 +02:00
|
|
|
"dev:builder": "yarn prebuild && tsc -p tsconfig.json --watch --preserveWatchOutput",
|
2023-08-01 13:24:55 +02:00
|
|
|
"check:types": "tsc -p tsconfig.json --noEmit --paths null"
|
2023-03-09 09:50:26 +01:00
|
|
|
},
|
2023-04-20 21:54:42 +02:00
|
|
|
"dependencies": {
|
2023-05-29 10:54:10 +02:00
|
|
|
"@budibase/types": "0.0.0"
|
2023-04-20 21:54:42 +02:00
|
|
|
},
|
2023-03-09 09:50:26 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"concurrently": "^7.6.0",
|
2023-03-10 17:23:32 +01:00
|
|
|
"rimraf": "3.0.2",
|
|
|
|
"typescript": "4.7.3"
|
2023-03-09 09:50:26 +01:00
|
|
|
}
|
|
|
|
}
|