1
0
Fork 0
mirror of synced 2024-05-02 19:42:42 +12:00
budibase/packages/types/package.json

24 lines
571 B
JSON

{
"name": "@budibase/types",
"version": "2.1.31",
"description": "Budibase types",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Budibase",
"license": "GPL-3.0",
"scripts": {
"prebuild": "rimraf dist/",
"build": "tsc -p tsconfig.build.json",
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput"
},
"jest": {},
"devDependencies": {
"@types/koa": "2.13.4",
"@types/node": "14.18.20",
"@types/pouchdb": "6.4.0",
"nano": "10.1.0",
"rimraf": "3.0.2",
"typescript": "4.7.3"
}
}