1
0
Fork 0
mirror of synced 2024-06-02 10:34:40 +12:00
budibase/packages/types/package.json
Budibase Staging Release Bot ecc49c6225 v1.0.219-alpha.10
2022-07-07 12:13:32 +00:00

21 lines
500 B
JSON

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