1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00
budibase/packages/types/package.json
Budibase Staging Release Bot 34b3781b59 v2.5.6-alpha.6
2023-04-19 13:29:39 +00:00

37 lines
1,015 B
JSON

{
"name": "@budibase/types",
"version": "2.5.6-alpha.6",
"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"
}
},
"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\""
},
"jest": {},
"devDependencies": {
"@budibase/nano": "10.1.2",
"@types/json5": "2.2.0",
"@types/koa": "2.13.4",
"@types/node": "14.18.20",
"@types/pouchdb": "6.4.0",
"concurrently": "^7.6.0",
"koa-body": "4.2.0",
"rimraf": "3.0.2",
"typescript": "4.7.3"
},
"dependencies": {
"scim-patch": "^0.7.0"
}
}