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

22 lines
494 B
JSON

{
"name": "@budibase/types",
"version": "1.0.198",
"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/node": "14.18.20",
"typescript": "4.7.3",
"rimraf": "3.0.2"
}
}