1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00
budibase/packages/types/package.json
2022-06-09 13:15:20 +01:00

21 lines
482 B
JSON

{
"name": "@budibase/types",
"version": "1.0.195",
"description": "Budibase types",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Budibase",
"license": "GPL-3.0",
"scripts": {
"prebuild": "rimraf dist/ && rm -f tsconfig.build.tsbuildinfo && rm -rf tsconfig.tsbuildinfo",
"build": "tsc -p tsconfig.build.json"
},
"jest": {
},
"devDependencies": {
"@types/node": "^14.0.0",
"typescript": "^4.5.5",
"rimraf": "3.0.2"
}
}