1
0
Fork 0
mirror of synced 2024-05-17 10:53:15 +12:00
budibase/packages/types/package.json

24 lines
571 B
JSON
Raw Normal View History

2022-05-04 04:13:13 +12:00
{
"name": "@budibase/types",
2022-11-22 01:54:57 +13:00
"version": "2.1.31",
2022-05-04 04:13:13 +12:00
"description": "Budibase types",
2022-06-09 23:33:10 +12:00
"main": "dist/index.js",
"types": "dist/index.d.ts",
2022-05-04 04:13:13 +12:00
"author": "Budibase",
"license": "GPL-3.0",
"scripts": {
"prebuild": "rimraf dist/",
"build": "tsc -p tsconfig.build.json",
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput"
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": {
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",
2022-11-18 06:02:41 +13:00
"nano": "10.1.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"
2022-05-04 04:13:13 +12:00
}
2022-11-01 03:01:44 +13:00
}