1
0
Fork 0
mirror of synced 2024-09-10 22:46:09 +12:00
budibase/packages/types/package.json
Budibase Staging Release Bot e34db7b70d v1.0.212-alpha.13
2022-07-04 16:56:48 +00:00

20 lines
500 B
JSON

{
"name": "@budibase/types",
"version": "1.0.212-alpha.13",
"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"
}
}