1
0
Fork 0
mirror of synced 2024-07-09 00:06:05 +12:00
budibase/packages/types/package.json

37 lines
1,007 B
JSON
Raw Normal View History

2022-05-04 04:13:13 +12:00
{
"name": "@budibase/types",
2023-04-14 21:05:38 +12:00
"version": "2.5.4",
2022-05-04 04:13:13 +12:00
"description": "Budibase types",
"main": "dist/cjs/index.js",
"types": "dist/mjs/index.d.ts",
"exports": {
".": {
"import": "./dist/mjs/index.js",
"require": "./dist/cjs/index.js"
}
},
2022-05-04 04:13:13 +12:00
"author": "Budibase",
"license": "GPL-3.0",
"scripts": {
"prebuild": "rimraf dist/",
"build": "tsc -p tsconfig.build.json && tsc -p tsconfig-cjs.build.json",
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput",
"dev:builder": "yarn prebuild && concurrently \"tsc -p tsconfig.build.json --watch\" \"tsc -p tsconfig-cjs.build.json --watch\""
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": {
2023-04-13 08:46:08 +12:00
"@budibase/nano": "10.1.2",
"@types/json5": "2.2.0",
2022-07-19 08:11:52 +12:00
"@types/koa": "2.13.4",
2022-09-16 00:46:10 +12:00
"@types/node": "14.18.20",
2022-10-25 06:42:53 +13:00
"@types/pouchdb": "6.4.0",
"concurrently": "^7.6.0",
2022-12-20 09:55:05 +13:00
"koa-body": "4.2.0",
2022-06-13 22:34:28 +12:00
"rimraf": "3.0.2",
2022-11-18 06:02:41 +13:00
"typescript": "4.7.3"
2023-03-14 22:15:44 +13:00
},
"dependencies": {
"scim-patch": "^0.7.0"
2022-05-04 04:13:13 +12:00
}
2022-12-20 10:08:30 +13:00
}