1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00
budibase/packages/types/package.json

29 lines
812 B
JSON
Raw Normal View History

2022-05-04 04:13:13 +12:00
{
"name": "@budibase/types",
2023-05-29 20:54:10 +12:00
"version": "0.0.0",
2022-05-04 04:13:13 +12:00
"description": "Budibase types",
2023-08-10 01:37:31 +12:00
"main": "dist/index.js",
2024-03-20 11:25:53 +13:00
"types": "src/index.ts",
2022-05-04 04:13:13 +12:00
"author": "Budibase",
"license": "GPL-3.0",
"scripts": {
"prebuild": "rimraf dist/",
2023-08-09 03:42:39 +12:00
"build": "node ../../scripts/build.js && tsc -p tsconfig.build.json --emitDeclarationOnly",
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput",
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",
2023-08-01 23:26:04 +12:00
"check:types": "tsc -p tsconfig.json --noEmit --paths null"
2022-05-04 04:13:13 +12:00
},
2022-06-13 22:34:28 +12:00
"jest": {},
2022-05-04 04:13:13 +12:00
"devDependencies": {
2024-02-01 00:55:29 +13:00
"@budibase/nano": "10.1.5",
2022-07-19 08:11:52 +12:00
"@types/koa": "2.13.4",
2022-10-25 06:42:53 +13:00
"@types/pouchdb": "6.4.0",
2024-03-06 04:28:31 +13:00
"@types/redlock": "4.0.7",
2022-06-13 22:34:28 +12:00
"rimraf": "3.0.2",
2023-09-23 04:17:19 +12:00
"typescript": "5.2.2"
2023-03-14 22:15:44 +13:00
},
"dependencies": {
2024-03-08 23:48:27 +13:00
"scim-patch": "^0.8.1"
2022-05-04 04:13:13 +12:00
}
2022-12-20 10:08:30 +13:00
}