1
0
Fork 0
mirror of synced 2024-06-02 02:25:17 +12:00
budibase/packages/types/package.json
Budibase Release Bot b6a5feadb6 v1.0.218
2022-07-04 15:04:53 +00:00

21 lines
491 B
JSON

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